interface ApplicationLocationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SAM.CfnApplicationPropsMixin.ApplicationLocationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssam#CfnApplicationPropsMixin_ApplicationLocationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sam.CfnApplicationPropsMixin.ApplicationLocationProperty |
Python | aws_cdk.cfn_property_mixins.aws_sam.CfnApplicationPropsMixin.ApplicationLocationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sam » CfnApplicationPropsMixin » 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/cfn-property-mixins';
const applicationLocationProperty: sam.CfnApplicationPropsMixin.ApplicationLocationProperty = {
applicationId: 'applicationId',
semanticVersion: 'semanticVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| application | string | |
| semantic | string |
applicationId?
Type:
string
(optional)
semanticVersion?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript