PrivateDnsNameConfiguration

public struct PrivateDnsNameConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the record subdomain the service provider needs to create. The service provider adds the value text to the name.

    Declaration

    Swift

    public let name: String?
  • The verification state of the VPC endpoint service. >Consumers of the endpoint service can use the private name only when the state is verified.

    Declaration

    Swift

    public let state: DnsNameState?
  • The endpoint service verification type, for example TXT.

    Declaration

    Swift

    public let type: String?
  • The value the service provider adds to the private DNS name domain record before verification.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, state: DnsNameState? = nil, type: String? = nil, value: String? = nil)