Class ConfigurationProfileState


  • public final class ConfigurationProfileState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • applicationId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> applicationId()
        Returns:
        Application ID. Must be between 4 and 7 characters in length.
      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        ARN of the AppConfig Configuration Profile.
      • configurationProfileId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> configurationProfileId()
        Returns:
        The configuration profile ID.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Description of the configuration profile. Can be at most 1024 characters.
      • kmsKeyIdentifier

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kmsKeyIdentifier()
        Returns:
        The identifier for an Key Management Service key to encrypt new configuration data versions in the AppConfig hosted configuration store. This attribute is only used for hosted configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias.
      • locationUri

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> locationUri()
        Returns:
        URI to locate the configuration. You can specify the AWS AppConfig hosted configuration store, Systems Manager (SSM) document, an SSM Parameter Store parameter, or an Amazon S3 object. For the hosted configuration store, specify `hosted`. For an SSM document, specify either the document name in the format `ssm-document://<Document_name>` or the ARN. For a parameter, specify either the parameter name in the format `ssm-parameter://<Parameter_name>` or the ARN. For an Amazon S3 object, specify the URI in the following format: `s3://<bucket>/<objectKey>`.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name for the configuration profile. Must be between 1 and 64 characters in length.
      • retrievalRoleArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> retrievalRoleArn()
        Returns:
        ARN of an IAM role with permission to access the configuration at the specified `location_uri`. A retrieval role ARN is not required for configurations stored in the AWS AppConfig `hosted` configuration store. It is required for all other sources that store your configuration.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • type

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        Type of configurations contained in the profile. Valid values: `AWS.AppConfig.FeatureFlags` and `AWS.Freeform`. Default: `AWS.Freeform`.
      • validators

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ConfigurationProfileValidatorArgs>>> validators()
        Returns:
        Set of methods for validating the configuration. Maximum of 2. See Validator below for more details.