interface ParameterNameSAMPTProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.ParameterNameSAMPTProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.ParameterNameSAMPTProperty |
Python | aws_cdk.aws_sam.CfnFunction.ParameterNameSAMPTProperty |
TypeScript | @aws-cdk/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 * as sam from '@aws-cdk/aws-sam';
const parameterNameSAMPTProperty: sam.CfnFunction.ParameterNameSAMPTProperty = {
parameterName: 'parameterName',
};
Properties
| Name | Type | Description |
|---|---|---|
| parameter | string | CfnFunction.ParameterNameSAMPTProperty.ParameterName. |
parameterName
Type:
string
CfnFunction.ParameterNameSAMPTProperty.ParameterName.

.NET
Java
Python
TypeScript