Class CfnDomain.DeploymentStrategyOptionsProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.OpenSearchService
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomain.DeploymentStrategyOptionsProperty : CfnDomain.IDeploymentStrategyOptionsProperty
Syntax (vb)
Public Class CfnDomain.DeploymentStrategyOptionsProperty Implements CfnDomain.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.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.AWS.OpenSearchService;
var deploymentStrategyOptionsProperty = new DeploymentStrategyOptionsProperty {
DeploymentStrategy = "deploymentStrategy"
};
Properties
DeploymentStrategy
public string? DeploymentStrategy { get; set; }