Class: Aws::Types::CreateVerifiedAccessEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_domain ⇒ ::String
Returns the value of attribute application_domain.
-
#attachment_type ⇒ "vpc"
Returns the value of attribute attachment_type.
-
#cidr_options ⇒ Types::CreateVerifiedAccessEndpointCidrOptions
Returns the value of attribute cidr_options.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_certificate_arn ⇒ ::String
Returns the value of attribute domain_certificate_arn.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#endpoint_domain_prefix ⇒ ::String
Returns the value of attribute endpoint_domain_prefix.
-
#endpoint_type ⇒ "load-balancer", ...
Returns the value of attribute endpoint_type.
-
#load_balancer_options ⇒ Types::CreateVerifiedAccessEndpointLoadBalancerOptions
Returns the value of attribute load_balancer_options.
-
#network_interface_options ⇒ Types::CreateVerifiedAccessEndpointEniOptions
Returns the value of attribute network_interface_options.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#rds_options ⇒ Types::CreateVerifiedAccessEndpointRdsOptions
Returns the value of attribute rds_options.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
Instance Attribute Details
#application_domain ⇒ ::String
Returns the value of attribute application_domain.
3687 3688 3689 |
# File 'sig/types.rbs', line 3687 def application_domain @application_domain end |
#attachment_type ⇒ "vpc"
Returns the value of attribute attachment_type.
3685 3686 3687 |
# File 'sig/types.rbs', line 3685 def @attachment_type end |
#cidr_options ⇒ Types::CreateVerifiedAccessEndpointCidrOptions
Returns the value of attribute cidr_options.
3699 3700 3701 |
# File 'sig/types.rbs', line 3699 def @cidr_options end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3695 3696 3697 |
# File 'sig/types.rbs', line 3695 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def description @description end |
#domain_certificate_arn ⇒ ::String
Returns the value of attribute domain_certificate_arn.
3686 3687 3688 |
# File 'sig/types.rbs', line 3686 def domain_certificate_arn @domain_certificate_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3696 3697 3698 |
# File 'sig/types.rbs', line 3696 def dry_run @dry_run end |
#endpoint_domain_prefix ⇒ ::String
Returns the value of attribute endpoint_domain_prefix.
3688 3689 3690 |
# File 'sig/types.rbs', line 3688 def endpoint_domain_prefix @endpoint_domain_prefix end |
#endpoint_type ⇒ "load-balancer", ...
Returns the value of attribute endpoint_type.
3684 3685 3686 |
# File 'sig/types.rbs', line 3684 def endpoint_type @endpoint_type end |
#load_balancer_options ⇒ Types::CreateVerifiedAccessEndpointLoadBalancerOptions
Returns the value of attribute load_balancer_options.
3690 3691 3692 |
# File 'sig/types.rbs', line 3690 def @load_balancer_options end |
#network_interface_options ⇒ Types::CreateVerifiedAccessEndpointEniOptions
Returns the value of attribute network_interface_options.
3691 3692 3693 |
# File 'sig/types.rbs', line 3691 def @network_interface_options end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
3693 3694 3695 |
# File 'sig/types.rbs', line 3693 def policy_document @policy_document end |
#rds_options ⇒ Types::CreateVerifiedAccessEndpointRdsOptions
Returns the value of attribute rds_options.
3698 3699 3700 |
# File 'sig/types.rbs', line 3698 def @rds_options end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
3689 3690 3691 |
# File 'sig/types.rbs', line 3689 def security_group_ids @security_group_ids end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
3697 3698 3699 |
# File 'sig/types.rbs', line 3697 def sse_specification @sse_specification end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3694 3695 3696 |
# File 'sig/types.rbs', line 3694 def tag_specifications @tag_specifications end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
3683 3684 3685 |
# File 'sig/types.rbs', line 3683 def verified_access_group_id @verified_access_group_id end |