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.
3575 3576 3577 |
# File 'sig/types.rbs', line 3575 def application_domain @application_domain end |
#attachment_type ⇒ "vpc"
Returns the value of attribute attachment_type.
3573 3574 3575 |
# File 'sig/types.rbs', line 3573 def @attachment_type end |
#cidr_options ⇒ Types::CreateVerifiedAccessEndpointCidrOptions
Returns the value of attribute cidr_options.
3587 3588 3589 |
# File 'sig/types.rbs', line 3587 def @cidr_options end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3583 3584 3585 |
# File 'sig/types.rbs', line 3583 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3580 3581 3582 |
# File 'sig/types.rbs', line 3580 def description @description end |
#domain_certificate_arn ⇒ ::String
Returns the value of attribute domain_certificate_arn.
3574 3575 3576 |
# File 'sig/types.rbs', line 3574 def domain_certificate_arn @domain_certificate_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3584 3585 3586 |
# File 'sig/types.rbs', line 3584 def dry_run @dry_run end |
#endpoint_domain_prefix ⇒ ::String
Returns the value of attribute endpoint_domain_prefix.
3576 3577 3578 |
# File 'sig/types.rbs', line 3576 def endpoint_domain_prefix @endpoint_domain_prefix end |
#endpoint_type ⇒ "load-balancer", ...
Returns the value of attribute endpoint_type.
3572 3573 3574 |
# File 'sig/types.rbs', line 3572 def endpoint_type @endpoint_type end |
#load_balancer_options ⇒ Types::CreateVerifiedAccessEndpointLoadBalancerOptions
Returns the value of attribute load_balancer_options.
3578 3579 3580 |
# File 'sig/types.rbs', line 3578 def @load_balancer_options end |
#network_interface_options ⇒ Types::CreateVerifiedAccessEndpointEniOptions
Returns the value of attribute network_interface_options.
3579 3580 3581 |
# File 'sig/types.rbs', line 3579 def @network_interface_options end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
3581 3582 3583 |
# File 'sig/types.rbs', line 3581 def policy_document @policy_document end |
#rds_options ⇒ Types::CreateVerifiedAccessEndpointRdsOptions
Returns the value of attribute rds_options.
3586 3587 3588 |
# File 'sig/types.rbs', line 3586 def @rds_options end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
3577 3578 3579 |
# File 'sig/types.rbs', line 3577 def security_group_ids @security_group_ids end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
3585 3586 3587 |
# File 'sig/types.rbs', line 3585 def sse_specification @sse_specification end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3582 3583 3584 |
# File 'sig/types.rbs', line 3582 def tag_specifications @tag_specifications end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
3571 3572 3573 |
# File 'sig/types.rbs', line 3571 def verified_access_group_id @verified_access_group_id end |