AWSEC2TransitGatewayMulticastDomainAssociations
Objective-C
@interface AWSEC2TransitGatewayMulticastDomainAssociations
Swift
class AWSEC2TransitGatewayMulticastDomainAssociations
Describes the multicast domain associations.
-
The ID of the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;Swift
var resourceId: String? { get set } -
The ID of the Amazon Web Services account that owns the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceOwnerId;Swift
var resourceOwnerId: String? { get set } -
The type of resource, for example a VPC attachment.
Declaration
Objective-C
@property (nonatomic) AWSEC2TransitGatewayAttachmentResourceType resourceType;Swift
var resourceType: AWSEC2TransitGatewayAttachmentResourceType { get set } -
The subnets associated with the multicast domain.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2SubnetAssociation *> *_Nullable subnets;Swift
var subnets: [AWSEC2SubnetAssociation]? { get set } -
The ID of the transit gateway attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayAttachmentId;Swift
var transitGatewayAttachmentId: String? { get set } -
The ID of the transit gateway multicast domain.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayMulticastDomainId;Swift
var transitGatewayMulticastDomainId: String? { get set }
View on GitHub
Install in Dash
AWSEC2TransitGatewayMulticastDomainAssociations Class Reference