interface ServiceAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppRunner.Alpha.ServiceAttributes |
![]() | github.com/aws/aws-cdk-go/awscdkapprunneralpha/v2#ServiceAttributes |
![]() | software.amazon.awscdk.services.apprunner.alpha.ServiceAttributes |
![]() | aws_cdk.aws_apprunner_alpha.ServiceAttributes |
![]() | @aws-cdk/aws-apprunner-alpha ยป ServiceAttributes |
Attributes for the App Runner Service.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apprunner_alpha from '@aws-cdk/aws-apprunner-alpha';
const serviceAttributes: apprunner_alpha.ServiceAttributes = {
serviceArn: 'serviceArn',
serviceName: 'serviceName',
serviceStatus: 'serviceStatus',
serviceUrl: 'serviceUrl',
};
Properties
Name | Type | Description |
---|---|---|
service | string | The ARN of the service. |
service | string | The name of the service. |
service | string | The status of the service. |
service | string | The URL of the service. |
serviceArn
Type:
string
The ARN of the service.
serviceName
Type:
string
The name of the service.
serviceStatus
Type:
string
The status of the service.
serviceUrl
Type:
string
The URL of the service.