All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.appconfig.kotlin.DeploymentStrategyArgs.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 6.57.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.appconfig.kotlin

import com.pulumi.aws.appconfig.DeploymentStrategyArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Double
import kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName

/**
 * Provides an AppConfig Deployment Strategy resource.
 * ## Example Usage
 * 
 * ```typescript
 * import * as pulumi from "@pulumi/pulumi";
 * import * as aws from "@pulumi/aws";
 * const example = new aws.appconfig.DeploymentStrategy("example", {
 *     name: "example-deployment-strategy-tf",
 *     description: "Example Deployment Strategy",
 *     deploymentDurationInMinutes: 3,
 *     finalBakeTimeInMinutes: 4,
 *     growthFactor: 10,
 *     growthType: "LINEAR",
 *     replicateTo: "NONE",
 *     tags: {
 *         Type: "AppConfig Deployment Strategy",
 *     },
 * });
 * ```
 * ```python
 * import pulumi
 * import pulumi_aws as aws
 * example = aws.appconfig.DeploymentStrategy("example",
 *     name="example-deployment-strategy-tf",
 *     description="Example Deployment Strategy",
 *     deployment_duration_in_minutes=3,
 *     final_bake_time_in_minutes=4,
 *     growth_factor=10,
 *     growth_type="LINEAR",
 *     replicate_to="NONE",
 *     tags={
 *         "Type": "AppConfig Deployment Strategy",
 *     })
 * ```
 * ```csharp
 * using System.Collections.Generic;
 * using System.Linq;
 * using Pulumi;
 * using Aws = Pulumi.Aws;
 * return await Deployment.RunAsync(() =>
 * {
 *     var example = new Aws.AppConfig.DeploymentStrategy("example", new()
 *     {
 *         Name = "example-deployment-strategy-tf",
 *         Description = "Example Deployment Strategy",
 *         DeploymentDurationInMinutes = 3,
 *         FinalBakeTimeInMinutes = 4,
 *         GrowthFactor = 10,
 *         GrowthType = "LINEAR",
 *         ReplicateTo = "NONE",
 *         Tags =
 *         {
 *             { "Type", "AppConfig Deployment Strategy" },
 *         },
 *     });
 * });
 * ```
 * ```go
 * package main
 * import (
 * 	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/appconfig"
 * 	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
 * )
 * func main() {
 * 	pulumi.Run(func(ctx *pulumi.Context) error {
 * 		_, err := appconfig.NewDeploymentStrategy(ctx, "example", &appconfig.DeploymentStrategyArgs{
 * 			Name:                        pulumi.String("example-deployment-strategy-tf"),
 * 			Description:                 pulumi.String("Example Deployment Strategy"),
 * 			DeploymentDurationInMinutes: pulumi.Int(3),
 * 			FinalBakeTimeInMinutes:      pulumi.Int(4),
 * 			GrowthFactor:                pulumi.Float64(10),
 * 			GrowthType:                  pulumi.String("LINEAR"),
 * 			ReplicateTo:                 pulumi.String("NONE"),
 * 			Tags: pulumi.StringMap{
 * 				"Type": pulumi.String("AppConfig Deployment Strategy"),
 * 			},
 * 		})
 * 		if err != nil {
 * 			return err
 * 		}
 * 		return nil
 * 	})
 * }
 * ```
 * ```java
 * package generated_program;
 * import com.pulumi.Context;
 * import com.pulumi.Pulumi;
 * import com.pulumi.core.Output;
 * import com.pulumi.aws.appconfig.DeploymentStrategy;
 * import com.pulumi.aws.appconfig.DeploymentStrategyArgs;
 * import java.util.List;
 * import java.util.ArrayList;
 * import java.util.Map;
 * import java.io.File;
 * import java.nio.file.Files;
 * import java.nio.file.Paths;
 * public class App {
 *     public static void main(String[] args) {
 *         Pulumi.run(App::stack);
 *     }
 *     public static void stack(Context ctx) {
 *         var example = new DeploymentStrategy("example", DeploymentStrategyArgs.builder()
 *             .name("example-deployment-strategy-tf")
 *             .description("Example Deployment Strategy")
 *             .deploymentDurationInMinutes(3)
 *             .finalBakeTimeInMinutes(4)
 *             .growthFactor(10)
 *             .growthType("LINEAR")
 *             .replicateTo("NONE")
 *             .tags(Map.of("Type", "AppConfig Deployment Strategy"))
 *             .build());
 *     }
 * }
 * ```
 * ```yaml
 * resources:
 *   example:
 *     type: aws:appconfig:DeploymentStrategy
 *     properties:
 *       name: example-deployment-strategy-tf
 *       description: Example Deployment Strategy
 *       deploymentDurationInMinutes: 3
 *       finalBakeTimeInMinutes: 4
 *       growthFactor: 10
 *       growthType: LINEAR
 *       replicateTo: NONE
 *       tags:
 *         Type: AppConfig Deployment Strategy
 * ```
 * 
 * ## Import
 * Using `pulumi import`, import AppConfig Deployment Strategies using their deployment strategy ID. For example:
 * ```sh
 * $ pulumi import aws:appconfig/deploymentStrategy:DeploymentStrategy example 11xxxxx
 * ```
 * @property deploymentDurationInMinutes Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.
 * @property description Description of the deployment strategy. Can be at most 1024 characters.
 * @property finalBakeTimeInMinutes Amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back. Minimum value of 0, maximum value of 1440.
 * @property growthFactor Percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0.
 * @property growthType Algorithm used to define how percentage grows over time. Valid value: `LINEAR` and `EXPONENTIAL`. Defaults to `LINEAR`.
 * @property name Name for the deployment strategy. Must be between 1 and 64 characters in length.
 * @property replicateTo Where to save the deployment strategy. Valid values: `NONE` and `SSM_DOCUMENT`.
 * @property 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.
 */
public data class DeploymentStrategyArgs(
    public val deploymentDurationInMinutes: Output? = null,
    public val description: Output? = null,
    public val finalBakeTimeInMinutes: Output? = null,
    public val growthFactor: Output? = null,
    public val growthType: Output? = null,
    public val name: Output? = null,
    public val replicateTo: Output? = null,
    public val tags: Output>? = null,
) : ConvertibleToJava {
    override fun toJava(): com.pulumi.aws.appconfig.DeploymentStrategyArgs =
        com.pulumi.aws.appconfig.DeploymentStrategyArgs.builder()
            .deploymentDurationInMinutes(deploymentDurationInMinutes?.applyValue({ args0 -> args0 }))
            .description(description?.applyValue({ args0 -> args0 }))
            .finalBakeTimeInMinutes(finalBakeTimeInMinutes?.applyValue({ args0 -> args0 }))
            .growthFactor(growthFactor?.applyValue({ args0 -> args0 }))
            .growthType(growthType?.applyValue({ args0 -> args0 }))
            .name(name?.applyValue({ args0 -> args0 }))
            .replicateTo(replicateTo?.applyValue({ args0 -> args0 }))
            .tags(
                tags?.applyValue({ args0 ->
                    args0.map({ args0 ->
                        args0.key.to(args0.value)
                    }).toMap()
                }),
            ).build()
}

/**
 * Builder for [DeploymentStrategyArgs].
 */
@PulumiTagMarker
public class DeploymentStrategyArgsBuilder internal constructor() {
    private var deploymentDurationInMinutes: Output? = null

    private var description: Output? = null

    private var finalBakeTimeInMinutes: Output? = null

    private var growthFactor: Output? = null

    private var growthType: Output? = null

    private var name: Output? = null

    private var replicateTo: Output? = null

    private var tags: Output>? = null

    /**
     * @param value Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.
     */
    @JvmName("lstvxilnywygvkjd")
    public suspend fun deploymentDurationInMinutes(`value`: Output) {
        this.deploymentDurationInMinutes = value
    }

    /**
     * @param value Description of the deployment strategy. Can be at most 1024 characters.
     */
    @JvmName("urctlfhjhxgxdcit")
    public suspend fun description(`value`: Output) {
        this.description = value
    }

    /**
     * @param value Amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back. Minimum value of 0, maximum value of 1440.
     */
    @JvmName("rxyvxdqeiotrecdt")
    public suspend fun finalBakeTimeInMinutes(`value`: Output) {
        this.finalBakeTimeInMinutes = value
    }

    /**
     * @param value Percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0.
     */
    @JvmName("epwutbioqykakndd")
    public suspend fun growthFactor(`value`: Output) {
        this.growthFactor = value
    }

    /**
     * @param value Algorithm used to define how percentage grows over time. Valid value: `LINEAR` and `EXPONENTIAL`. Defaults to `LINEAR`.
     */
    @JvmName("orctalcxvhfmlhkk")
    public suspend fun growthType(`value`: Output) {
        this.growthType = value
    }

    /**
     * @param value Name for the deployment strategy. Must be between 1 and 64 characters in length.
     */
    @JvmName("uhnhwhngtlgahlun")
    public suspend fun name(`value`: Output) {
        this.name = value
    }

    /**
     * @param value Where to save the deployment strategy. Valid values: `NONE` and `SSM_DOCUMENT`.
     */
    @JvmName("wqdndhbsflnoragh")
    public suspend fun replicateTo(`value`: Output) {
        this.replicateTo = value
    }

    /**
     * @param value 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.
     */
    @JvmName("dqorucihxkjjthkd")
    public suspend fun tags(`value`: Output>) {
        this.tags = value
    }

    /**
     * @param value Total amount of time for a deployment to last. Minimum value of 0, maximum value of 1440.
     */
    @JvmName("qotblssltmefxkaf")
    public suspend fun deploymentDurationInMinutes(`value`: Int?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.deploymentDurationInMinutes = mapped
    }

    /**
     * @param value Description of the deployment strategy. Can be at most 1024 characters.
     */
    @JvmName("wcgjukpbqkmorxwx")
    public suspend fun description(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.description = mapped
    }

    /**
     * @param value Amount of time AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back. Minimum value of 0, maximum value of 1440.
     */
    @JvmName("ggfushadqskkkvut")
    public suspend fun finalBakeTimeInMinutes(`value`: Int?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.finalBakeTimeInMinutes = mapped
    }

    /**
     * @param value Percentage of targets to receive a deployed configuration during each interval. Minimum value of 1.0, maximum value of 100.0.
     */
    @JvmName("kfxawelytmqespij")
    public suspend fun growthFactor(`value`: Double?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.growthFactor = mapped
    }

    /**
     * @param value Algorithm used to define how percentage grows over time. Valid value: `LINEAR` and `EXPONENTIAL`. Defaults to `LINEAR`.
     */
    @JvmName("jldrtervtposdhox")
    public suspend fun growthType(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.growthType = mapped
    }

    /**
     * @param value Name for the deployment strategy. Must be between 1 and 64 characters in length.
     */
    @JvmName("gktfdrhthubdbpjy")
    public suspend fun name(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.name = mapped
    }

    /**
     * @param value Where to save the deployment strategy. Valid values: `NONE` and `SSM_DOCUMENT`.
     */
    @JvmName("mpboswviyodhtojk")
    public suspend fun replicateTo(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.replicateTo = mapped
    }

    /**
     * @param value 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.
     */
    @JvmName("xxwvmobwtsgtjdcf")
    public suspend fun tags(`value`: Map?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.tags = mapped
    }

    /**
     * @param values 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.
     */
    @JvmName("mwtwasjqotgwkihj")
    public fun tags(vararg values: Pair) {
        val toBeMapped = values.toMap()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.tags = mapped
    }

    internal fun build(): DeploymentStrategyArgs = DeploymentStrategyArgs(
        deploymentDurationInMinutes = deploymentDurationInMinutes,
        description = description,
        finalBakeTimeInMinutes = finalBakeTimeInMinutes,
        growthFactor = growthFactor,
        growthType = growthType,
        name = name,
        replicateTo = replicateTo,
        tags = tags,
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy