AWS Native is in preview. AWS Classic is fully supported.
aws-native.appconfig.HostedConfigurationVersion
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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
The HostedConfigurationVersion resource accepts the following input properties:
- Application
Id string - The application ID.
- Configuration
Profile stringId - The configuration profile ID.
- Content string
- The content of the configuration or the configuration data.
- Content
Type string - A standard MIME type describing the format of the configuration content.
- Description string
- 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 string - A user-defined label for an AWS AppConfig hosted configuration version.
- Application
Id string - The application ID.
- Configuration
Profile stringId - The configuration profile ID.
- Content string
- The content of the configuration or the configuration data.
- Content
Type string - A standard MIME type describing the format of the configuration content.
- Description string
- 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 string - A user-defined label for an AWS AppConfig hosted configuration version.
- application
Id String - The application ID.
- configuration
Profile StringId - The configuration profile ID.
- content String
- The content of the configuration or the configuration data.
- content
Type String - A standard MIME type describing the format of the configuration content.
- description String
- A description of the hosted configuration version.
- latest
Version 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.
- version
Label String - A user-defined label for an AWS AppConfig hosted configuration version.
- application
Id string - The application ID.
- configuration
Profile stringId - The configuration profile ID.
- content string
- The content of the configuration or the configuration data.
- content
Type string - A standard MIME type describing the format of the configuration content.
- description string
- A description of the hosted configuration version.
- latest
Version 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.
- version
Label 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.
- application
Id String - The application ID.
- configuration
Profile StringId - The configuration profile ID.
- content String
- The content of the configuration or the configuration data.
- content
Type String - A standard MIME type describing the format of the configuration content.
- description String
- A description of the hosted configuration version.
- latest
Version 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.
- version
Label 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.
- Version
Number string - Current version number of hosted configuration version.
- Id string
- The provider-assigned unique ID for this managed resource.
- Version
Number string - Current version number of hosted configuration version.
- id String
- The provider-assigned unique ID for this managed resource.
- version
Number String - Current version number of hosted configuration version.
- id string
- The provider-assigned unique ID for this managed resource.
- version
Number 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.
- version
Number String - Current version number of hosted configuration version.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.