ServiceNetwork

class ServiceNetwork : KotlinCustomResource

A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the service network.

Link copied to clipboard

The type of IAM policy.

Link copied to clipboard
val awsId: Output<String>

The ID of the service network.

Link copied to clipboard
val createdAt: Output<String>

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

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

The date and time of the last update, specified in ISO-8601 format.

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

The name of the service network. The name must be unique to 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 tags: Output<List<Tag>>?

The tags for the service network.

Link copied to clipboard
val urn: Output<String>