Class CfnDomainPropsMixin.DeploymentStrategyOptionsProperty
Inherited Members
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
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
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; }