Show / Hide Table of Contents

Class CfnDomainPropsMixin.DeploymentStrategyOptionsProperty

Inheritance
object
CfnDomainPropsMixin.DeploymentStrategyOptionsProperty
Implements
CfnDomainPropsMixin.IDeploymentStrategyOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDomainPropsMixin.DeploymentStrategyOptionsProperty : CfnDomainPropsMixin.IDeploymentStrategyOptionsProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.DeploymentStrategyOptionsProperty Implements CfnDomainPropsMixin.IDeploymentStrategyOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-deploymentstrategyoptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService;

             var deploymentStrategyOptionsProperty = new DeploymentStrategyOptionsProperty {
                 DeploymentStrategy = "deploymentStrategy"
             };

Synopsis

Constructors

DeploymentStrategyOptionsProperty()

Properties

DeploymentStrategy

Constructors

DeploymentStrategyOptionsProperty()

public DeploymentStrategyOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-deploymentstrategyoptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService;

             var deploymentStrategyOptionsProperty = new DeploymentStrategyOptionsProperty {
                 DeploymentStrategy = "deploymentStrategy"
             };

Properties

DeploymentStrategy

public string? DeploymentStrategy { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-deploymentstrategyoptions.html#cfn-opensearchservice-domain-deploymentstrategyoptions-deploymentstrategy

Implements

CfnDomainPropsMixin.IDeploymentStrategyOptionsProperty
Back to top Generated by DocFX