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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.appconfig.HostedConfigurationVersion

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 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 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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const hostedConfigurationVersionResource = new aws_native.appconfig.HostedConfigurationVersion("hostedConfigurationVersionResource", {
        applicationId: "string",
        configurationProfileId: "string",
        content: "string",
        contentType: "string",
        description: "string",
        latestVersionNumber: 0,
        versionLabel: "string",
    });
    
    Coming soon!
    

    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:

    ApplicationId string
    The application ID.
    ConfigurationProfileId string
    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.
    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 string
    The application ID.
    ConfigurationProfileId string
    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.
    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 String
    The application ID.
    configurationProfileId String
    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.
    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 string
    The application ID.
    configurationProfileId string
    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.
    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 str
    The application ID.
    configuration_profile_id str
    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_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 String
    The application ID.
    configurationProfileId String
    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.
    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi