TransitGatewayMulticastDomainAssociation
public struct TransitGatewayMulticastDomainAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the resource.
Declaration
Swift
public let resourceId: String?
-
The type of resource, for example a VPC attachment.
Declaration
Swift
public let resourceType: TransitGatewayAttachmentResourceType?
-
The subnet associated with the transit gateway multicast domain.
Declaration
Swift
public let subnet: SubnetAssociation?
-
The ID of the transit gateway attachment.
Declaration
Swift
public let transitGatewayAttachmentId: String?
-
Undocumented
Declaration
Swift
public init(resourceId: String? = nil, resourceType: TransitGatewayAttachmentResourceType? = nil, subnet: SubnetAssociation? = nil, transitGatewayAttachmentId: String? = nil)