package awssam // Example: // // The code below shows an example of how to instantiate this type. // // The values are placeholders you should change. // import "github.com/aws/aws-cdk-go/awscdk" // // secretArnSAMPTProperty := &SecretArnSAMPTProperty{ // SecretArn: jsii.String("secretArn"), // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-secretarnsampt.html // type CfnFunction_SecretArnSAMPTProperty struct { // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-secretarnsampt.html#cfn-serverless-function-secretarnsampt-secretarn // SecretArn *string `field:"required" json:"secretArn" yaml:"secretArn"` }