TransitGatewayMulticastDomainAssociations
public struct TransitGatewayMulticastDomainAssociations : 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 subnets associated with the multicast domain.
Declaration
Swift
public let subnets: [SubnetAssociation]? -
The ID of the transit gateway attachment.
Declaration
Swift
public let transitGatewayAttachmentId: String? -
The ID of the transit gateway multicast domain.
Declaration
Swift
public let transitGatewayMulticastDomainId: String? -
Undocumented
Declaration
Swift
public init(resourceId: String? = nil, resourceType: TransitGatewayAttachmentResourceType? = nil, subnets: [SubnetAssociation]? = nil, transitGatewayAttachmentId: String? = nil, transitGatewayMulticastDomainId: String? = nil)
View on GitHub
TransitGatewayMulticastDomainAssociations Structure Reference