Show / Hide Table of Contents

Class CfnFunctionPropsMixin.SecretArnSAMPTProperty

Inheritance
object
CfnFunctionPropsMixin.SecretArnSAMPTProperty
Implements
CfnFunctionPropsMixin.ISecretArnSAMPTProperty
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.SAM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFunctionPropsMixin.SecretArnSAMPTProperty : CfnFunctionPropsMixin.ISecretArnSAMPTProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.SecretArnSAMPTProperty Implements CfnFunctionPropsMixin.ISecretArnSAMPTProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-secretarnsampt.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.SAM;

             var secretArnSAMPTProperty = new SecretArnSAMPTProperty {
                 SecretArn = "secretArn"
             };

Synopsis

Constructors

SecretArnSAMPTProperty()

Properties

SecretArn

Constructors

SecretArnSAMPTProperty()

public SecretArnSAMPTProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-secretarnsampt.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.SAM;

             var secretArnSAMPTProperty = new SecretArnSAMPTProperty {
                 SecretArn = "secretArn"
             };

Properties

SecretArn

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-secretarnsampt.html#cfn-serverless-function-secretarnsampt-secretarn

Implements

CfnFunctionPropsMixin.ISecretArnSAMPTProperty
Back to top Generated by DocFX