Service

class Service : KotlinCustomResource

A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the service.

Link copied to clipboard

The type of IAM policy.

Link copied to clipboard
val awsId: Output<String>

The ID of the service.

Link copied to clipboard
val certificateArn: Output<String>?

The Amazon Resource Name (ARN) of the certificate.

Link copied to clipboard
val createdAt: Output<String>

The date and time that the service was created, specified in ISO-8601 format.

Link copied to clipboard
val customDomainName: Output<String>?

The custom domain name of the service.

Link copied to clipboard

The DNS information of the service.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastUpdatedAt: Output<String>

The date and time that the service was last updated, specified in ISO-8601 format.

Link copied to clipboard
val name: Output<String>?

The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<ServiceStatus>

The status of the service.

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags for the service.

Link copied to clipboard
val urn: Output<String>