Show / Hide Table of Contents

Class CfnFunction.SecretArnSAMPTProperty

Inheritance
System.Object
CfnFunction.SecretArnSAMPTProperty
Implements
CfnFunction.ISecretArnSAMPTProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public class SecretArnSAMPTProperty : Object, CfnFunction.ISecretArnSAMPTProperty
Syntax (vb)
Public Class SecretArnSAMPTProperty
    Inherits Object
    Implements CfnFunction.ISecretArnSAMPTProperty
Remarks

Link: https://github.com/awslabs/serverless-application-model/blob/master/docs/policy_templates.rst

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.SAM;

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

Synopsis

Constructors

SecretArnSAMPTProperty()

Properties

SecretArn

CfnFunction.SecretArnSAMPTProperty.SecretArn.

Constructors

SecretArnSAMPTProperty()

public SecretArnSAMPTProperty()

Properties

SecretArn

CfnFunction.SecretArnSAMPTProperty.SecretArn.

public string SecretArn { get; set; }
Property Value

System.String

Remarks

Link: https://github.com/awslabs/serverless-application-model/blob/master/docs/policy_templates.rst

Implements

CfnFunction.ISecretArnSAMPTProperty
Back to top Generated by DocFX