We recommend new projects start with resources from the AWS provider.
aws-native.appconfig.getDeploymentStrategy
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::AppConfig::DeploymentStrategy
Using getDeploymentStrategy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDeploymentStrategy(args: GetDeploymentStrategyArgs, opts?: InvokeOptions): Promise<GetDeploymentStrategyResult>
function getDeploymentStrategyOutput(args: GetDeploymentStrategyOutputArgs, opts?: InvokeOptions): Output<GetDeploymentStrategyResult>
def get_deployment_strategy(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentStrategyResult
def get_deployment_strategy_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentStrategyResult]
func LookupDeploymentStrategy(ctx *Context, args *LookupDeploymentStrategyArgs, opts ...InvokeOption) (*LookupDeploymentStrategyResult, error)
func LookupDeploymentStrategyOutput(ctx *Context, args *LookupDeploymentStrategyOutputArgs, opts ...InvokeOption) LookupDeploymentStrategyResultOutput
> Note: This function is named LookupDeploymentStrategy
in the Go SDK.
public static class GetDeploymentStrategy
{
public static Task<GetDeploymentStrategyResult> InvokeAsync(GetDeploymentStrategyArgs args, InvokeOptions? opts = null)
public static Output<GetDeploymentStrategyResult> Invoke(GetDeploymentStrategyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeploymentStrategyResult> getDeploymentStrategy(GetDeploymentStrategyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:appconfig:getDeploymentStrategy
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The deployment strategy ID.
- Id string
- The deployment strategy ID.
- id String
- The deployment strategy ID.
- id string
- The deployment strategy ID.
- id str
- The deployment strategy ID.
- id String
- The deployment strategy ID.
getDeploymentStrategy Result
The following output properties are available:
- Deployment
Duration doubleIn Minutes - Total amount of time for a deployment to last.
- Description string
- A description of the deployment strategy.
- Final
Bake doubleTime In Minutes - Specifies the amount of time AWS AppConfig monitors for Amazon CloudWatch alarms after the configuration has been deployed to 100% of its targets, before considering the deployment to be complete. If an alarm is triggered during this time, AWS AppConfig rolls back the deployment. You must configure permissions for AWS AppConfig to roll back based on CloudWatch alarms. For more information, see Configuring permissions for rollback based on Amazon CloudWatch alarms in the AWS AppConfig User Guide.
- Growth
Factor double - The percentage of targets to receive a deployed configuration during each interval.
- Growth
Type Pulumi.Aws Native. App Config. Deployment Strategy Growth Type The algorithm used to define how percentage grows over time. AWS AppConfig supports the following growth types:
Linear: For this type, AWS AppConfig processes the deployment by dividing the total number of targets by the value specified for Step percentage. For example, a linear deployment that uses a Step percentage of 10 deploys the configuration to 10 percent of the hosts. After those deployments are complete, the system deploys the configuration to the next 10 percent. This continues until 100% of the targets have successfully received the configuration.
Exponential: For this type, AWS AppConfig processes the deployment exponentially using the following formula: G*(2^N). In this formula, G is the growth factor specified by the user and N is the number of steps until the configuration is deployed to all targets. For example, if you specify a growth factor of 2, then the system rolls out the configuration as follows:
2*(2^0)
2*(2^1)
2*(2^2)
Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.
- Id string
- The deployment strategy ID.
- List<Pulumi.
Aws Native. Outputs. Tag> - Assigns metadata to an AWS AppConfig resource. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource.
- Deployment
Duration float64In Minutes - Total amount of time for a deployment to last.
- Description string
- A description of the deployment strategy.
- Final
Bake float64Time In Minutes - Specifies the amount of time AWS AppConfig monitors for Amazon CloudWatch alarms after the configuration has been deployed to 100% of its targets, before considering the deployment to be complete. If an alarm is triggered during this time, AWS AppConfig rolls back the deployment. You must configure permissions for AWS AppConfig to roll back based on CloudWatch alarms. For more information, see Configuring permissions for rollback based on Amazon CloudWatch alarms in the AWS AppConfig User Guide.
- Growth
Factor float64 - The percentage of targets to receive a deployed configuration during each interval.
- Growth
Type DeploymentStrategy Growth Type The algorithm used to define how percentage grows over time. AWS AppConfig supports the following growth types:
Linear: For this type, AWS AppConfig processes the deployment by dividing the total number of targets by the value specified for Step percentage. For example, a linear deployment that uses a Step percentage of 10 deploys the configuration to 10 percent of the hosts. After those deployments are complete, the system deploys the configuration to the next 10 percent. This continues until 100% of the targets have successfully received the configuration.
Exponential: For this type, AWS AppConfig processes the deployment exponentially using the following formula: G*(2^N). In this formula, G is the growth factor specified by the user and N is the number of steps until the configuration is deployed to all targets. For example, if you specify a growth factor of 2, then the system rolls out the configuration as follows:
2*(2^0)
2*(2^1)
2*(2^2)
Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.
- Id string
- The deployment strategy ID.
- Tag
- Assigns metadata to an AWS AppConfig resource. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource.
- deployment
Duration DoubleIn Minutes - Total amount of time for a deployment to last.
- description String
- A description of the deployment strategy.
- final
Bake DoubleTime In Minutes - Specifies the amount of time AWS AppConfig monitors for Amazon CloudWatch alarms after the configuration has been deployed to 100% of its targets, before considering the deployment to be complete. If an alarm is triggered during this time, AWS AppConfig rolls back the deployment. You must configure permissions for AWS AppConfig to roll back based on CloudWatch alarms. For more information, see Configuring permissions for rollback based on Amazon CloudWatch alarms in the AWS AppConfig User Guide.
- growth
Factor Double - The percentage of targets to receive a deployed configuration during each interval.
- growth
Type DeploymentStrategy Growth Type The algorithm used to define how percentage grows over time. AWS AppConfig supports the following growth types:
Linear: For this type, AWS AppConfig processes the deployment by dividing the total number of targets by the value specified for Step percentage. For example, a linear deployment that uses a Step percentage of 10 deploys the configuration to 10 percent of the hosts. After those deployments are complete, the system deploys the configuration to the next 10 percent. This continues until 100% of the targets have successfully received the configuration.
Exponential: For this type, AWS AppConfig processes the deployment exponentially using the following formula: G*(2^N). In this formula, G is the growth factor specified by the user and N is the number of steps until the configuration is deployed to all targets. For example, if you specify a growth factor of 2, then the system rolls out the configuration as follows:
2*(2^0)
2*(2^1)
2*(2^2)
Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.
- id String
- The deployment strategy ID.
- List<Tag>
- Assigns metadata to an AWS AppConfig resource. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource.
- deployment
Duration numberIn Minutes - Total amount of time for a deployment to last.
- description string
- A description of the deployment strategy.
- final
Bake numberTime In Minutes - Specifies the amount of time AWS AppConfig monitors for Amazon CloudWatch alarms after the configuration has been deployed to 100% of its targets, before considering the deployment to be complete. If an alarm is triggered during this time, AWS AppConfig rolls back the deployment. You must configure permissions for AWS AppConfig to roll back based on CloudWatch alarms. For more information, see Configuring permissions for rollback based on Amazon CloudWatch alarms in the AWS AppConfig User Guide.
- growth
Factor number - The percentage of targets to receive a deployed configuration during each interval.
- growth
Type DeploymentStrategy Growth Type The algorithm used to define how percentage grows over time. AWS AppConfig supports the following growth types:
Linear: For this type, AWS AppConfig processes the deployment by dividing the total number of targets by the value specified for Step percentage. For example, a linear deployment that uses a Step percentage of 10 deploys the configuration to 10 percent of the hosts. After those deployments are complete, the system deploys the configuration to the next 10 percent. This continues until 100% of the targets have successfully received the configuration.
Exponential: For this type, AWS AppConfig processes the deployment exponentially using the following formula: G*(2^N). In this formula, G is the growth factor specified by the user and N is the number of steps until the configuration is deployed to all targets. For example, if you specify a growth factor of 2, then the system rolls out the configuration as follows:
2*(2^0)
2*(2^1)
2*(2^2)
Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.
- id string
- The deployment strategy ID.
- Tag[]
- Assigns metadata to an AWS AppConfig resource. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource.
- deployment_
duration_ floatin_ minutes - Total amount of time for a deployment to last.
- description str
- A description of the deployment strategy.
- final_
bake_ floattime_ in_ minutes - Specifies the amount of time AWS AppConfig monitors for Amazon CloudWatch alarms after the configuration has been deployed to 100% of its targets, before considering the deployment to be complete. If an alarm is triggered during this time, AWS AppConfig rolls back the deployment. You must configure permissions for AWS AppConfig to roll back based on CloudWatch alarms. For more information, see Configuring permissions for rollback based on Amazon CloudWatch alarms in the AWS AppConfig User Guide.
- growth_
factor float - The percentage of targets to receive a deployed configuration during each interval.
- growth_
type DeploymentStrategy Growth Type The algorithm used to define how percentage grows over time. AWS AppConfig supports the following growth types:
Linear: For this type, AWS AppConfig processes the deployment by dividing the total number of targets by the value specified for Step percentage. For example, a linear deployment that uses a Step percentage of 10 deploys the configuration to 10 percent of the hosts. After those deployments are complete, the system deploys the configuration to the next 10 percent. This continues until 100% of the targets have successfully received the configuration.
Exponential: For this type, AWS AppConfig processes the deployment exponentially using the following formula: G*(2^N). In this formula, G is the growth factor specified by the user and N is the number of steps until the configuration is deployed to all targets. For example, if you specify a growth factor of 2, then the system rolls out the configuration as follows:
2*(2^0)
2*(2^1)
2*(2^2)
Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.
- id str
- The deployment strategy ID.
- Sequence[root_Tag]
- Assigns metadata to an AWS AppConfig resource. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource.
- deployment
Duration NumberIn Minutes - Total amount of time for a deployment to last.
- description String
- A description of the deployment strategy.
- final
Bake NumberTime In Minutes - Specifies the amount of time AWS AppConfig monitors for Amazon CloudWatch alarms after the configuration has been deployed to 100% of its targets, before considering the deployment to be complete. If an alarm is triggered during this time, AWS AppConfig rolls back the deployment. You must configure permissions for AWS AppConfig to roll back based on CloudWatch alarms. For more information, see Configuring permissions for rollback based on Amazon CloudWatch alarms in the AWS AppConfig User Guide.
- growth
Factor Number - The percentage of targets to receive a deployed configuration during each interval.
- growth
Type "EXPONENTIAL" | "LINEAR" The algorithm used to define how percentage grows over time. AWS AppConfig supports the following growth types:
Linear: For this type, AWS AppConfig processes the deployment by dividing the total number of targets by the value specified for Step percentage. For example, a linear deployment that uses a Step percentage of 10 deploys the configuration to 10 percent of the hosts. After those deployments are complete, the system deploys the configuration to the next 10 percent. This continues until 100% of the targets have successfully received the configuration.
Exponential: For this type, AWS AppConfig processes the deployment exponentially using the following formula: G*(2^N). In this formula, G is the growth factor specified by the user and N is the number of steps until the configuration is deployed to all targets. For example, if you specify a growth factor of 2, then the system rolls out the configuration as follows:
2*(2^0)
2*(2^1)
2*(2^2)
Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.
- id String
- The deployment strategy ID.
- List<Property Map>
- Assigns metadata to an AWS AppConfig resource. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource.
Supporting Types
DeploymentStrategyGrowthType
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.