Get Core Network Policy Document Segment Action
data class GetCoreNetworkPolicyDocumentSegmentAction(val action: String, val description: String? = null, val destinationCidrBlocks: List<String>? = null, val destinations: List<String>? = null, val mode: String? = null, val segment: String, val shareWithExcepts: List<String>? = null, val shareWiths: List<String>? = null)
Properties
Link copied to clipboard
A user-defined string describing the segment action.
Link copied to clipboard
List of strings containing CIDRs. You can define the IPv4 and IPv6 CIDR notation for each AWS Region. For example, 10.1.0.0/16
or 2001:db8::/56
. This is an array of CIDR notation strings.
Link copied to clipboard
A list of strings. Valid values include ["blackhole"]
or a list of attachment ids.
Link copied to clipboard
A set subtraction of segments to not share with.
Link copied to clipboard
A list of strings to share with. Must be a substring is all segments. Valid values include: ["*"]
or ["<segment-names>"]
.