aws-cdk-lib.aws_sam.CfnFunction.SecretArnSAMPTProperty

interface SecretArnSAMPTProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.SecretArnSAMPTProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_SecretArnSAMPTProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.SecretArnSAMPTProperty
Pythonaws_cdk.aws_sam.CfnFunction.SecretArnSAMPTProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » SecretArnSAMPTProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const secretArnSAMPTProperty: sam.CfnFunction.SecretArnSAMPTProperty = {
  secretArn: 'secretArn',
};

Properties

NameTypeDescription
secretArnstringCfnFunction.SecretArnSAMPTProperty.SecretArn.

secretArn

Type: string

CfnFunction.SecretArnSAMPTProperty.SecretArn.