interface ApplicationLocationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnApplication.ApplicationLocationProperty |
![]() | software.amazon.awscdk.services.sam.CfnApplication.ApplicationLocationProperty |
![]() | aws_cdk.aws_sam.CfnApplication.ApplicationLocationProperty |
![]() | @aws-cdk/aws-sam » CfnApplication » ApplicationLocationProperty |
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 applicationLocationProperty: sam.CfnApplication.ApplicationLocationProperty = {
applicationId: 'applicationId',
semanticVersion: 'semanticVersion',
};
Properties
Name | Type | Description |
---|---|---|
application | string | CfnApplication.ApplicationLocationProperty.ApplicationId . |
semantic | string | CfnApplication.ApplicationLocationProperty.SemanticVersion . |
applicationId
Type:
string
CfnApplication.ApplicationLocationProperty.ApplicationId
.
semanticVersion
Type:
string
CfnApplication.ApplicationLocationProperty.SemanticVersion
.