interface ParameterNameSAMPTProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.ParameterNameSAMPTProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_ParameterNameSAMPTProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.ParameterNameSAMPTProperty |
Python | aws_cdk.aws_sam.CfnFunction.ParameterNameSAMPTProperty |
TypeScript | aws-cdk-lib » aws_sam » CfnFunction » ParameterNameSAMPTProperty |
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 parameterNameSAMPTProperty: sam.CfnFunction.ParameterNameSAMPTProperty = {
parameterName: 'parameterName',
};
Properties
| Name | Type | Description |
|---|---|---|
| parameter | string |
parameterName
Type:
string

.NET
Go
Java
Python
TypeScript