Package com.pulumi.aws.appconfig
Class ConfigurationProfileArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.appconfig.ConfigurationProfileArgs.Builder
-
- Enclosing class:
- ConfigurationProfileArgs
public static final class ConfigurationProfileArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConfigurationProfileArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConfigurationProfileArgs defaults)
-
-
Method Detail
-
applicationId
public ConfigurationProfileArgs.Builder applicationId(com.pulumi.core.Output<java.lang.String> applicationId)
- Parameters:
applicationId
- Application ID. Must be between 4 and 7 characters in length.- Returns:
- builder
-
applicationId
public ConfigurationProfileArgs.Builder applicationId(java.lang.String applicationId)
- Parameters:
applicationId
- Application ID. Must be between 4 and 7 characters in length.- Returns:
- builder
-
description
public ConfigurationProfileArgs.Builder description(@Nullable com.pulumi.core.Output<java.lang.String> description)
- Parameters:
description
- Description of the configuration profile. Can be at most 1024 characters.- Returns:
- builder
-
description
public ConfigurationProfileArgs.Builder description(java.lang.String description)
- Parameters:
description
- Description of the configuration profile. Can be at most 1024 characters.- Returns:
- builder
-
kmsKeyIdentifier
public ConfigurationProfileArgs.Builder kmsKeyIdentifier(@Nullable com.pulumi.core.Output<java.lang.String> kmsKeyIdentifier)
- Parameters:
kmsKeyIdentifier
- 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.- Returns:
- builder
-
kmsKeyIdentifier
public ConfigurationProfileArgs.Builder kmsKeyIdentifier(java.lang.String kmsKeyIdentifier)
- Parameters:
kmsKeyIdentifier
- 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.- Returns:
- builder
-
locationUri
public ConfigurationProfileArgs.Builder locationUri(com.pulumi.core.Output<java.lang.String> locationUri)
- Parameters:
locationUri
- 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>`.- Returns:
- builder
-
locationUri
public ConfigurationProfileArgs.Builder locationUri(java.lang.String locationUri)
- Parameters:
locationUri
- 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>`.- Returns:
- builder
-
name
public ConfigurationProfileArgs.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- Name for the configuration profile. Must be between 1 and 64 characters in length.- Returns:
- builder
-
name
public ConfigurationProfileArgs.Builder name(java.lang.String name)
- Parameters:
name
- Name for the configuration profile. Must be between 1 and 64 characters in length.- Returns:
- builder
-
retrievalRoleArn
public ConfigurationProfileArgs.Builder retrievalRoleArn(@Nullable com.pulumi.core.Output<java.lang.String> retrievalRoleArn)
- Parameters:
retrievalRoleArn
- 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.- Returns:
- builder
-
retrievalRoleArn
public ConfigurationProfileArgs.Builder retrievalRoleArn(java.lang.String retrievalRoleArn)
- Parameters:
retrievalRoleArn
- 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.- Returns:
- builder
-
tags
public ConfigurationProfileArgs.Builder tags(@Nullable com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
- Parameters:
tags
- 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.- Returns:
- builder
-
tags
public ConfigurationProfileArgs.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
- Parameters:
tags
- 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.- Returns:
- builder
-
type
public ConfigurationProfileArgs.Builder type(@Nullable com.pulumi.core.Output<java.lang.String> type)
- Parameters:
type
- Type of configurations contained in the profile. Valid values: `AWS.AppConfig.FeatureFlags` and `AWS.Freeform`. Default: `AWS.Freeform`.- Returns:
- builder
-
type
public ConfigurationProfileArgs.Builder type(java.lang.String type)
- Parameters:
type
- Type of configurations contained in the profile. Valid values: `AWS.AppConfig.FeatureFlags` and `AWS.Freeform`. Default: `AWS.Freeform`.- Returns:
- builder
-
validators
public ConfigurationProfileArgs.Builder validators(@Nullable com.pulumi.core.Output<java.util.List<ConfigurationProfileValidatorArgs>> validators)
- Parameters:
validators
- Set of methods for validating the configuration. Maximum of 2. See Validator below for more details.- Returns:
- builder
-
validators
public ConfigurationProfileArgs.Builder validators(java.util.List<ConfigurationProfileValidatorArgs> validators)
- Parameters:
validators
- Set of methods for validating the configuration. Maximum of 2. See Validator below for more details.- Returns:
- builder
-
validators
public ConfigurationProfileArgs.Builder validators(ConfigurationProfileValidatorArgs... validators)
- Parameters:
validators
- Set of methods for validating the configuration. Maximum of 2. See Validator below for more details.- Returns:
- builder
-
build
public ConfigurationProfileArgs build()
-
-