Class: Aws::Types::CreateVerifiedAccessEndpointRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_domain::String

Returns the value of attribute application_domain.

Returns:

  • (::String)


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.

Returns:

  • ("vpc")


3573
3574
3575
# File 'sig/types.rbs', line 3573

def attachment_type
  @attachment_type
end

#cidr_optionsTypes::CreateVerifiedAccessEndpointCidrOptions

Returns the value of attribute cidr_options.



3587
3588
3589
# File 'sig/types.rbs', line 3587

def cidr_options
  @cidr_options
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3583
3584
3585
# File 'sig/types.rbs', line 3583

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3574
3575
3576
# File 'sig/types.rbs', line 3574

def domain_certificate_arn
  @domain_certificate_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("load-balancer", "network-interface", "rds", "cidr")


3572
3573
3574
# File 'sig/types.rbs', line 3572

def endpoint_type
  @endpoint_type
end

#load_balancer_optionsTypes::CreateVerifiedAccessEndpointLoadBalancerOptions

Returns the value of attribute load_balancer_options.



3578
3579
3580
# File 'sig/types.rbs', line 3578

def load_balancer_options
  @load_balancer_options
end

#network_interface_optionsTypes::CreateVerifiedAccessEndpointEniOptions

Returns the value of attribute network_interface_options.



3579
3580
3581
# File 'sig/types.rbs', line 3579

def network_interface_options
  @network_interface_options
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


3581
3582
3583
# File 'sig/types.rbs', line 3581

def policy_document
  @policy_document
end

#rds_optionsTypes::CreateVerifiedAccessEndpointRdsOptions

Returns the value of attribute rds_options.



3586
3587
3588
# File 'sig/types.rbs', line 3586

def rds_options
  @rds_options
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


3577
3578
3579
# File 'sig/types.rbs', line 3577

def security_group_ids
  @security_group_ids
end

#sse_specificationTypes::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.

Returns:



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.

Returns:

  • (::String)


3571
3572
3573
# File 'sig/types.rbs', line 3571

def verified_access_group_id
  @verified_access_group_id
end