AWSEC2DnsOptions
Objective-C
@interface AWSEC2DnsOptions
Swift
class AWSEC2DnsOptions
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.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable privateDnsOnlyForInboundResolverEndpoint;Swift
var privateDnsOnlyForInboundResolverEndpoint: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2DnsOptions Class Reference