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)


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.

Returns:

  • ("vpc")


3735
3736
3737
# File 'sig/types.rbs', line 3735

def attachment_type
  @attachment_type
end

#cidr_optionsTypes::CreateVerifiedAccessEndpointCidrOptions

Returns the value of attribute cidr_options.



3749
3750
3751
# File 'sig/types.rbs', line 3749

def cidr_options
  @cidr_options
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3745
3746
3747
# File 'sig/types.rbs', line 3745

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3736
3737
3738
# File 'sig/types.rbs', line 3736

def domain_certificate_arn
  @domain_certificate_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

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


3734
3735
3736
# File 'sig/types.rbs', line 3734

def endpoint_type
  @endpoint_type
end

#load_balancer_optionsTypes::CreateVerifiedAccessEndpointLoadBalancerOptions

Returns the value of attribute load_balancer_options.



3740
3741
3742
# File 'sig/types.rbs', line 3740

def load_balancer_options
  @load_balancer_options
end

#network_interface_optionsTypes::CreateVerifiedAccessEndpointEniOptions

Returns the value of attribute network_interface_options.



3741
3742
3743
# File 'sig/types.rbs', line 3741

def network_interface_options
  @network_interface_options
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


3743
3744
3745
# File 'sig/types.rbs', line 3743

def policy_document
  @policy_document
end

#rds_optionsTypes::CreateVerifiedAccessEndpointRdsOptions

Returns the value of attribute rds_options.



3748
3749
3750
# File 'sig/types.rbs', line 3748

def rds_options
  @rds_options
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


3739
3740
3741
# File 'sig/types.rbs', line 3739

def security_group_ids
  @security_group_ids
end

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

Returns:



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.

Returns:

  • (::String)


3733
3734
3735
# File 'sig/types.rbs', line 3733

def verified_access_group_id
  @verified_access_group_id
end