@aws-cdk_aws-apprunner-alpha.ServiceAttributes

interface ServiceAttributes ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.AppRunner.Alpha.ServiceAttributes
Gogithub.com/aws/aws-cdk-go/awscdkapprunneralpha/v2#ServiceAttributes
Javasoftware.amazon.awscdk.services.apprunner.alpha.ServiceAttributes
Pythonaws_cdk.aws_apprunner_alpha.ServiceAttributes
TypeScript (source)@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

NameTypeDescription
serviceArn๐Ÿ”นstringThe ARN of the service.
serviceName๐Ÿ”นstringThe name of the service.
serviceStatus๐Ÿ”นstringThe status of the service.
serviceUrl๐Ÿ”นstringThe 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.