AWSEC2DnsOptionsSpecification
Objective-C
@interface AWSEC2DnsOptionsSpecification
Swift
class AWSEC2DnsOptionsSpecification
Describes the DNS options for an endpoint.
-
The DNS records created for the endpoint.
Declaration
Objective-C
@property (nonatomic) AWSEC2DnsRecordIpType dnsRecordIpType;
Swift
var dnsRecordIpType: AWSEC2DnsRecordIpType { get set }
-
Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable privateDnsOnlyForInboundResolverEndpoint;
Swift
var privateDnsOnlyForInboundResolverEndpoint: NSNumber? { get set }