1. Packages
  2. AWS Native
  3. API Docs
  4. cloudfront
  5. getContinuousDeploymentPolicy

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.cloudfront.getContinuousDeploymentPolicy

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::CloudFront::ContinuousDeploymentPolicy

    Using getContinuousDeploymentPolicy

    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 getContinuousDeploymentPolicy(args: GetContinuousDeploymentPolicyArgs, opts?: InvokeOptions): Promise<GetContinuousDeploymentPolicyResult>
    function getContinuousDeploymentPolicyOutput(args: GetContinuousDeploymentPolicyOutputArgs, opts?: InvokeOptions): Output<GetContinuousDeploymentPolicyResult>
    def get_continuous_deployment_policy(id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetContinuousDeploymentPolicyResult
    def get_continuous_deployment_policy_output(id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetContinuousDeploymentPolicyResult]
    func LookupContinuousDeploymentPolicy(ctx *Context, args *LookupContinuousDeploymentPolicyArgs, opts ...InvokeOption) (*LookupContinuousDeploymentPolicyResult, error)
    func LookupContinuousDeploymentPolicyOutput(ctx *Context, args *LookupContinuousDeploymentPolicyOutputArgs, opts ...InvokeOption) LookupContinuousDeploymentPolicyResultOutput

    > Note: This function is named LookupContinuousDeploymentPolicy in the Go SDK.

    public static class GetContinuousDeploymentPolicy 
    {
        public static Task<GetContinuousDeploymentPolicyResult> InvokeAsync(GetContinuousDeploymentPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetContinuousDeploymentPolicyResult> Invoke(GetContinuousDeploymentPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetContinuousDeploymentPolicyResult> getContinuousDeploymentPolicy(GetContinuousDeploymentPolicyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cloudfront:getContinuousDeploymentPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getContinuousDeploymentPolicy Result

    The following output properties are available:

    Supporting Types

    ContinuousDeploymentPolicyConfig

    ContinuousDeploymentPolicyConfigSingleHeaderPolicyConfigProperties

    Header string
    Value string
    Header string
    Value string
    header String
    value String
    header string
    value string
    header str
    value str
    header String
    value String

    ContinuousDeploymentPolicyConfigSingleWeightPolicyConfigProperties

    ContinuousDeploymentPolicyConfigType

    ContinuousDeploymentPolicySessionStickinessConfig

    idleTtl Integer
    maximumTtl Integer
    idleTtl number
    maximumTtl number
    idleTtl Number
    maximumTtl Number

    ContinuousDeploymentPolicySingleHeaderConfig

    Header string
    Value string
    Header string
    Value string
    header String
    value String
    header string
    value string
    header str
    value str
    header String
    value String

    ContinuousDeploymentPolicySingleWeightConfig

    ContinuousDeploymentPolicyTrafficConfig

    ContinuousDeploymentPolicyTrafficConfigType

    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