AWSEC2TransitGatewayMulticastDomainAssociation
Objective-C
@interface AWSEC2TransitGatewayMulticastDomainAssociation
Swift
class AWSEC2TransitGatewayMulticastDomainAssociation
Describes the resources associated with the transit gateway multicast domain.
-
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 transit gateway multicast domain association 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 subnet associated with the transit gateway multicast domain.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2SubnetAssociation *_Nullable subnet;
Swift
var subnet: 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 }