AWSEC2VerifiedAccessEndpoint
Objective-C
@interface AWSEC2VerifiedAccessEndpoint
Swift
class AWSEC2VerifiedAccessEndpoint
An Amazon Web Services Verified Access endpoint specifies the application that Amazon Web Services Verified Access provides access to. It must be attached to an Amazon Web Services Verified Access group. An Amazon Web Services Verified Access endpoint must also have an attached access policy before you attached it to a group.
-
The DNS name for users to reach your application.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationDomain;
Swift
var applicationDomain: String? { get set }
-
The type of attachment used to provide connectivity between the Amazon Web Services Verified Access endpoint and the application.
Declaration
Objective-C
@property (nonatomic) AWSEC2VerifiedAccessEndpointAttachmentType attachmentType;
Swift
var attachmentType: AWSEC2VerifiedAccessEndpointAttachmentType { get set }
-
The creation time.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable creationTime;
Swift
var creationTime: String? { get set }
-
The deletion time.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deletionTime;
Swift
var deletionTime: String? { get set }
-
A description for the Amazon Web Services Verified Access endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
Returned if endpoint has a device trust provider attached.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceValidationDomain;
Swift
var deviceValidationDomain: String? { get set }
-
The ARN of a public TLS/SSL certificate imported into or created with ACM.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable domainCertificateArn;
Swift
var domainCertificateArn: String? { get set }
-
A DNS name that is generated for the endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable endpointDomain;
Swift
var endpointDomain: String? { get set }
-
The type of Amazon Web Services Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
Declaration
Objective-C
@property (nonatomic) AWSEC2VerifiedAccessEndpointType endpointType;
Swift
var endpointType: AWSEC2VerifiedAccessEndpointType { get set }
-
The last updated time.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastUpdatedTime;
Swift
var lastUpdatedTime: String? { get set }
-
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer
type.Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VerifiedAccessEndpointLoadBalancerOptions *_Nullable loadBalancerOptions;
Swift
var loadBalancerOptions: AWSEC2VerifiedAccessEndpointLoadBalancerOptions? { get set }
-
The options for network-interface type endpoint.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VerifiedAccessEndpointEniOptions *_Nullable networkInterfaceOptions;
Swift
var networkInterfaceOptions: AWSEC2VerifiedAccessEndpointEniOptions? { get set }
-
The IDs of the security groups for the endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable securityGroupIds;
Swift
var securityGroupIds: [String]? { get set }
-
The options in use for server side encryption.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VerifiedAccessSseSpecificationResponse *_Nullable sseSpecification;
Swift
var sseSpecification: AWSEC2VerifiedAccessSseSpecificationResponse? { get set }
-
The endpoint status.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VerifiedAccessEndpointStatus *_Nullable status;
Swift
var status: AWSEC2VerifiedAccessEndpointStatus? { get set }
-
The ID of the Amazon Web Services Verified Access endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable verifiedAccessEndpointId;
Swift
var verifiedAccessEndpointId: String? { get set }
-
The ID of the Amazon Web Services Verified Access group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable verifiedAccessGroupId;
Swift
var verifiedAccessGroupId: String? { get set }
-
The ID of the Amazon Web Services Verified Access instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable verifiedAccessInstanceId;
Swift
var verifiedAccessInstanceId: String? { get set }