1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. appconfig
  5. HostedConfigurationVersion

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.appconfig.HostedConfigurationVersion

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

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 This property is required. string
The unique name of the resource.
args This property is required. HostedConfigurationVersionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. HostedConfigurationVersionArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. HostedConfigurationVersionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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 This property is required. string
The application ID.
ConfigurationProfileId This property is required. string
The configuration profile ID.
Content This property is required. string
The content of the configuration or the configuration data.
ContentType This property is required. string
A standard MIME type describing the format of the configuration content.
Description string
A description of the hosted configuration version.
LatestVersionNumber int
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 This property is required. string
The application ID.
ConfigurationProfileId This property is required. string
The configuration profile ID.
Content This property is required. string
The content of the configuration or the configuration data.
ContentType This property is required. string
A standard MIME type describing the format of the configuration content.
Description string
A description of the hosted configuration version.
LatestVersionNumber int
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 This property is required. String
The application ID.
configurationProfileId This property is required. String
The configuration profile ID.
content This property is required. String
The content of the configuration or the configuration data.
contentType This property is required. String
A standard MIME type describing the format of the configuration content.
description String
A description of the hosted configuration version.
latestVersionNumber Integer
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 This property is required. string
The application ID.
configurationProfileId This property is required. string
The configuration profile ID.
content This property is required. string
The content of the configuration or the configuration data.
contentType This property is required. string
A standard MIME type describing the format of the configuration content.
description string
A description of the hosted configuration version.
latestVersionNumber number
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 This property is required. str
The application ID.
configuration_profile_id This property is required. str
The configuration profile ID.
content This property is required. str
The content of the configuration or the configuration data.
content_type This property is required. str
A standard MIME type describing the format of the configuration content.
description str
A description of the hosted configuration version.
latest_version_number int
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 This property is required. String
The application ID.
configurationProfileId This property is required. String
The configuration profile ID.
content This property is required. String
The content of the configuration or the configuration data.
contentType This property is required. String
A standard MIME type describing the format of the configuration content.
description String
A description of the hosted configuration version.
latestVersionNumber Number
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.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi