Class: Aws::ElasticLoadBalancingV2::Types::CreateTrustStoreInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::CreateTrustStoreInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ca_certificates_bundle_s3_bucket ⇒ String
The Amazon S3 bucket for the ca certificates bundle.
-
#ca_certificates_bundle_s3_key ⇒ String
The Amazon S3 path for the ca certificates bundle.
-
#ca_certificates_bundle_s3_object_version ⇒ String
The Amazon S3 object version for the ca certificates bundle.
-
#name ⇒ String
The name of the trust store.
-
#tags ⇒ Array<Types::Tag>
The tags to assign to the trust store.
Instance Attribute Details
#ca_certificates_bundle_s3_bucket ⇒ String
The Amazon S3 bucket for the ca certificates bundle.
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_key ⇒ String
The Amazon S3 path for the ca certificates bundle.
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_version ⇒ String
The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
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 |
#name ⇒ String
The name of the trust store.
This name must be unique per region and can’t be changed after creation.
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 |
#tags ⇒ Array<Types::Tag>
The tags to assign to the trust store.
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 |