AWSEC2SubnetAssociation
Objective-C
@interface AWSEC2SubnetAssociation
Swift
class AWSEC2SubnetAssociation
Describes the subnet association with the transit gateway multicast domain.
-
The state of the subnet association.
Declaration
Objective-C
@property (nonatomic) AWSEC2TransitGatewayMulitcastDomainAssociationState state;
Swift
var state: AWSEC2TransitGatewayMulitcastDomainAssociationState { get set }
-
The ID of the subnet.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subnetId;
Swift
var subnetId: String? { get set }