ServiceNetworkSummary
Summary information about a service network.
Contents
- arn
-
The Amazon Resource Name (ARN) of the service network.
Type: String
Length Constraints: Minimum length of 32. Maximum length of 2048.
Pattern:
^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetwork/sn-[0-9a-z]{17}$
Required: No
- createdAt
-
The date and time that the service network was created, in ISO-8601 format.
Type: Timestamp
Required: No
- id
-
The ID of the service network.
Type: String
Length Constraints: Fixed length of 20.
Pattern:
^sn-[0-9a-z]{17}$
Required: No
- lastUpdatedAt
-
The date and time that the service network was last updated, in ISO-8601 format.
Type: Timestamp
Required: No
- name
-
The name of the service network.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern:
^(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$
Required: No
- numberOfAssociatedResourceConfigurations
-
The number of resource configurations associated with a service network.
Type: Long
Required: No
- numberOfAssociatedServices
-
The number of services associated with the service network.
Type: Long
Required: No
- numberOfAssociatedVPCs
-
The number of VPCs associated with the service network.
Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: