interface ApplicationVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElasticBeanstalk.ApplicationVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticbeanstalk#ApplicationVersionReference |
![]() | software.amazon.awscdk.services.elasticbeanstalk.ApplicationVersionReference |
![]() | aws_cdk.aws_elasticbeanstalk.ApplicationVersionReference |
![]() | aws-cdk-lib » aws_elasticbeanstalk » ApplicationVersionReference |
A reference to a ApplicationVersion resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticbeanstalk as elasticbeanstalk } from 'aws-cdk-lib';
const applicationVersionReference: elasticbeanstalk.ApplicationVersionReference = {
applicationName: 'applicationName',
applicationVersionId: 'applicationVersionId',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ApplicationName of the ApplicationVersion resource. |
application | string | The Id of the ApplicationVersion resource. |
applicationName
Type:
string
The ApplicationName of the ApplicationVersion resource.
applicationVersionId
Type:
string
The Id of the ApplicationVersion resource.