Class CfnFunctionPropsMixin.SecretArnSAMPTProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SAM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFunctionPropsMixin.SecretArnSAMPTProperty : CfnFunctionPropsMixin.ISecretArnSAMPTProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.SecretArnSAMPTProperty Implements CfnFunctionPropsMixin.ISecretArnSAMPTProperty
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.SAM;
var secretArnSAMPTProperty = new SecretArnSAMPTProperty {
SecretArn = "secretArn"
};
Synopsis
Constructors
| SecretArnSAMPTProperty() |
Properties
| SecretArn |
Constructors
SecretArnSAMPTProperty()
public SecretArnSAMPTProperty()
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.SAM;
var secretArnSAMPTProperty = new SecretArnSAMPTProperty {
SecretArn = "secretArn"
};
Properties
SecretArn
public string? SecretArn { get; set; }