interface ApplicationLocationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnApplication.ApplicationLocationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnApplication_ApplicationLocationProperty |
Java | software.amazon.awscdk.services.sam.CfnApplication.ApplicationLocationProperty |
Python | aws_cdk.aws_sam.CfnApplication.ApplicationLocationProperty |
TypeScript | aws-cdk-lib » 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 { aws_sam as sam } from 'aws-cdk-lib';
const applicationLocationProperty: sam.CfnApplication.ApplicationLocationProperty = {
applicationId: 'applicationId',
semanticVersion: 'semanticVersion',
};
Properties
Name | Type | Description |
---|---|---|
application | string | |
semantic | string |
applicationId
Type:
string
semanticVersion
Type:
string