We recommend new projects start with resources from the AWS provider.
aws-native.appconfig.HostedConfigurationVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::AppConfig::HostedConfigurationVersion
Create HostedConfigurationVersion Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new HostedConfigurationVersion(name: string, args: HostedConfigurationVersionArgs, opts?: CustomResourceOptions);@overload
def HostedConfigurationVersion(resource_name: str,
                               args: HostedConfigurationVersionArgs,
                               opts: Optional[ResourceOptions] = None)
@overload
def HostedConfigurationVersion(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               application_id: Optional[str] = None,
                               configuration_profile_id: Optional[str] = None,
                               content: Optional[str] = None,
                               content_type: Optional[str] = None,
                               description: Optional[str] = None,
                               latest_version_number: Optional[int] = None,
                               version_label: Optional[str] = None)func NewHostedConfigurationVersion(ctx *Context, name string, args HostedConfigurationVersionArgs, opts ...ResourceOption) (*HostedConfigurationVersion, error)public HostedConfigurationVersion(string name, HostedConfigurationVersionArgs args, CustomResourceOptions? opts = null)
public HostedConfigurationVersion(String name, HostedConfigurationVersionArgs args)
public HostedConfigurationVersion(String name, HostedConfigurationVersionArgs args, CustomResourceOptions options)
type: aws-native:appconfig:HostedConfigurationVersion
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args HostedConfigurationVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args HostedConfigurationVersionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args HostedConfigurationVersionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HostedConfigurationVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args HostedConfigurationVersionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
HostedConfigurationVersion Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The HostedConfigurationVersion resource accepts the following input properties:
- ApplicationId string
- The application ID.
- ConfigurationProfile stringId 
- The configuration profile ID.
- Content string
- The content of the configuration or the configuration data.
- ContentType string
- A standard MIME type describing the format of the configuration content.
- Description string
- A description of the hosted configuration version.
- LatestVersion intNumber 
- An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version.
- VersionLabel string
- A user-defined label for an AWS AppConfig hosted configuration version.
- ApplicationId string
- The application ID.
- ConfigurationProfile stringId 
- The configuration profile ID.
- Content string
- The content of the configuration or the configuration data.
- ContentType string
- A standard MIME type describing the format of the configuration content.
- Description string
- A description of the hosted configuration version.
- LatestVersion intNumber 
- An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version.
- VersionLabel string
- A user-defined label for an AWS AppConfig hosted configuration version.
- applicationId String
- The application ID.
- configurationProfile StringId 
- The configuration profile ID.
- content String
- The content of the configuration or the configuration data.
- contentType String
- A standard MIME type describing the format of the configuration content.
- description String
- A description of the hosted configuration version.
- latestVersion IntegerNumber 
- An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version.
- versionLabel String
- A user-defined label for an AWS AppConfig hosted configuration version.
- applicationId string
- The application ID.
- configurationProfile stringId 
- The configuration profile ID.
- content string
- The content of the configuration or the configuration data.
- contentType string
- A standard MIME type describing the format of the configuration content.
- description string
- A description of the hosted configuration version.
- latestVersion numberNumber 
- An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version.
- versionLabel string
- A user-defined label for an AWS AppConfig hosted configuration version.
- application_id str
- The application ID.
- configuration_profile_ strid 
- The configuration profile ID.
- content str
- The content of the configuration or the configuration data.
- content_type str
- A standard MIME type describing the format of the configuration content.
- description str
- A description of the hosted configuration version.
- latest_version_ intnumber 
- An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version.
- version_label str
- A user-defined label for an AWS AppConfig hosted configuration version.
- applicationId String
- The application ID.
- configurationProfile StringId 
- The configuration profile ID.
- content String
- The content of the configuration or the configuration data.
- contentType String
- A standard MIME type describing the format of the configuration content.
- description String
- A description of the hosted configuration version.
- latestVersion NumberNumber 
- An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version.
- versionLabel String
- A user-defined label for an AWS AppConfig hosted configuration version.
Outputs
All input properties are implicitly available as output properties. Additionally, the HostedConfigurationVersion resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- VersionNumber string
- Current version number of hosted configuration version.
- Id string
- The provider-assigned unique ID for this managed resource.
- VersionNumber string
- Current version number of hosted configuration version.
- id String
- The provider-assigned unique ID for this managed resource.
- versionNumber String
- Current version number of hosted configuration version.
- id string
- The provider-assigned unique ID for this managed resource.
- versionNumber string
- Current version number of hosted configuration version.
- id str
- The provider-assigned unique ID for this managed resource.
- version_number str
- Current version number of hosted configuration version.
- id String
- The provider-assigned unique ID for this managed resource.
- versionNumber String
- Current version number of hosted configuration version.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.