Class AwsOwnedEncryptionConfiguration
Define a new AwsOwnedEncryptionConfiguration.
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AwsOwnedEncryptionConfiguration : EncryptionConfiguration
Syntax (vb)
Public Class AwsOwnedEncryptionConfiguration
Inherits EncryptionConfiguration
Remarks
ExampleMetadata: infused
Examples
var stateMachine = new StateMachine(this, "StateMachine", new StateMachineProps {
StateMachineName = "StateMachine",
DefinitionBody = DefinitionBody.FromChainable(Chain.Start(new Pass(this, "Pass"))),
StateMachineType = StateMachineType.STANDARD,
EncryptionConfiguration = new AwsOwnedEncryptionConfiguration()
});
Synopsis
Constructors
AwsOwnedEncryptionConfiguration() | |
AwsOwnedEncryptionConfiguration(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
AwsOwnedEncryptionConfiguration(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Constructors
AwsOwnedEncryptionConfiguration()
public AwsOwnedEncryptionConfiguration()
AwsOwnedEncryptionConfiguration(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected AwsOwnedEncryptionConfiguration(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
AwsOwnedEncryptionConfiguration(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected AwsOwnedEncryptionConfiguration(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props