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.
3737 3738 3739 |
# File 'sig/types.rbs', line 3737 def application_domain @application_domain end |
#attachment_type ⇒ "vpc"
Returns the value of attribute attachment_type.
3735 3736 3737 |
# File 'sig/types.rbs', line 3735 def @attachment_type end |
#cidr_options ⇒ Types::CreateVerifiedAccessEndpointCidrOptions
Returns the value of attribute cidr_options.
3749 3750 3751 |
# File 'sig/types.rbs', line 3749 def @cidr_options end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3745 3746 3747 |
# File 'sig/types.rbs', line 3745 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3742 3743 3744 |
# File 'sig/types.rbs', line 3742 def description @description end |
#domain_certificate_arn ⇒ ::String
Returns the value of attribute domain_certificate_arn.
3736 3737 3738 |
# File 'sig/types.rbs', line 3736 def domain_certificate_arn @domain_certificate_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3746 3747 3748 |
# File 'sig/types.rbs', line 3746 def dry_run @dry_run end |
#endpoint_domain_prefix ⇒ ::String
Returns the value of attribute endpoint_domain_prefix.
3738 3739 3740 |
# File 'sig/types.rbs', line 3738 def endpoint_domain_prefix @endpoint_domain_prefix end |
#endpoint_type ⇒ "load-balancer", ...
Returns the value of attribute endpoint_type.
3734 3735 3736 |
# File 'sig/types.rbs', line 3734 def endpoint_type @endpoint_type end |
#load_balancer_options ⇒ Types::CreateVerifiedAccessEndpointLoadBalancerOptions
Returns the value of attribute load_balancer_options.
3740 3741 3742 |
# File 'sig/types.rbs', line 3740 def @load_balancer_options end |
#network_interface_options ⇒ Types::CreateVerifiedAccessEndpointEniOptions
Returns the value of attribute network_interface_options.
3741 3742 3743 |
# File 'sig/types.rbs', line 3741 def @network_interface_options end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
3743 3744 3745 |
# File 'sig/types.rbs', line 3743 def policy_document @policy_document end |
#rds_options ⇒ Types::CreateVerifiedAccessEndpointRdsOptions
Returns the value of attribute rds_options.
3748 3749 3750 |
# File 'sig/types.rbs', line 3748 def @rds_options end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
3739 3740 3741 |
# File 'sig/types.rbs', line 3739 def security_group_ids @security_group_ids end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
3747 3748 3749 |
# File 'sig/types.rbs', line 3747 def sse_specification @sse_specification end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3744 3745 3746 |
# File 'sig/types.rbs', line 3744 def tag_specifications @tag_specifications end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
3733 3734 3735 |
# File 'sig/types.rbs', line 3733 def verified_access_group_id @verified_access_group_id end |