Class: Aws::ElasticLoadBalancingV2::Types::CreateTrustStoreInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ca_certificates_bundle_s3_bucketString

The Amazon S3 bucket for the ca certificates bundle.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1010

class CreateTrustStoreInput < Struct.new(
  :name,
  :ca_certificates_bundle_s3_bucket,
  :ca_certificates_bundle_s3_key,
  :ca_certificates_bundle_s3_object_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ca_certificates_bundle_s3_keyString

The Amazon S3 path for the ca certificates bundle.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1010

class CreateTrustStoreInput < Struct.new(
  :name,
  :ca_certificates_bundle_s3_bucket,
  :ca_certificates_bundle_s3_key,
  :ca_certificates_bundle_s3_object_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ca_certificates_bundle_s3_object_versionString

The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1010

class CreateTrustStoreInput < Struct.new(
  :name,
  :ca_certificates_bundle_s3_bucket,
  :ca_certificates_bundle_s3_key,
  :ca_certificates_bundle_s3_object_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the trust store.

This name must be unique per region and can’t be changed after creation.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1010

class CreateTrustStoreInput < Struct.new(
  :name,
  :ca_certificates_bundle_s3_bucket,
  :ca_certificates_bundle_s3_key,
  :ca_certificates_bundle_s3_object_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to assign to the trust store.

Returns:



1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1010

class CreateTrustStoreInput < Struct.new(
  :name,
  :ca_certificates_bundle_s3_bucket,
  :ca_certificates_bundle_s3_key,
  :ca_certificates_bundle_s3_object_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end