Class: Aws::Types::CreateVpcEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3762
3763
3764
# File 'sig/types.rbs', line 3762

def client_token
  @client_token
end

#dns_optionsTypes::DnsOptionsSpecification

Returns the value of attribute dns_options.



3761
3762
3763
# File 'sig/types.rbs', line 3761

def dns_options
  @dns_options
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3752
3753
3754
# File 'sig/types.rbs', line 3752

def dry_run
  @dry_run
end

#ip_address_type"ipv4", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack", "ipv6")


3760
3761
3762
# File 'sig/types.rbs', line 3760

def ip_address_type
  @ip_address_type
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


3756
3757
3758
# File 'sig/types.rbs', line 3756

def policy_document
  @policy_document
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


3763
3764
3765
# File 'sig/types.rbs', line 3763

def private_dns_enabled
  @private_dns_enabled
end

#resource_configuration_arn::String

Returns the value of attribute resource_configuration_arn.

Returns:

  • (::String)


3767
3768
3769
# File 'sig/types.rbs', line 3767

def resource_configuration_arn
  @resource_configuration_arn
end

#route_table_ids::Array[::String]

Returns the value of attribute route_table_ids.

Returns:

  • (::Array[::String])


3757
3758
3759
# File 'sig/types.rbs', line 3757

def route_table_ids
  @route_table_ids
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


3759
3760
3761
# File 'sig/types.rbs', line 3759

def security_group_ids
  @security_group_ids
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


3755
3756
3757
# File 'sig/types.rbs', line 3755

def service_name
  @service_name
end

#service_network_arn::String

Returns the value of attribute service_network_arn.

Returns:

  • (::String)


3766
3767
3768
# File 'sig/types.rbs', line 3766

def service_network_arn
  @service_network_arn
end

#service_region::String

Returns the value of attribute service_region.

Returns:

  • (::String)


3768
3769
3770
# File 'sig/types.rbs', line 3768

def service_region
  @service_region
end

#subnet_configurations::Array[Types::SubnetConfiguration]

Returns the value of attribute subnet_configurations.

Returns:



3765
3766
3767
# File 'sig/types.rbs', line 3765

def subnet_configurations
  @subnet_configurations
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3758
3759
3760
# File 'sig/types.rbs', line 3758

def subnet_ids
  @subnet_ids
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3764
3765
3766
# File 'sig/types.rbs', line 3764

def tag_specifications
  @tag_specifications
end

#vpc_endpoint_type"Interface", ...

Returns the value of attribute vpc_endpoint_type.

Returns:

  • ("Interface", "Gateway", "GatewayLoadBalancer", "Resource", "ServiceNetwork")


3753
3754
3755
# File 'sig/types.rbs', line 3753

def vpc_endpoint_type
  @vpc_endpoint_type
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3754
3755
3756
# File 'sig/types.rbs', line 3754

def vpc_id
  @vpc_id
end