Class: Aws::SecurityHub::Types::CreateConnectorV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateConnectorV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier used to ensure idempotency.
-
#description ⇒ String
The description of the connectorV2.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.
-
#name ⇒ String
The unique name of the connectorV2.
-
#provider ⇒ Types::ProviderConfiguration
The third-party provider’s service configuration.
-
#tags ⇒ Hash<String,String>
The tags to add to the connectorV2 when you create.
Instance Attribute Details
#client_token ⇒ String
A unique identifier used to ensure idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
23334 23335 23336 23337 23338 23339 23340 23341 23342 23343 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23334 class CreateConnectorV2Request < Struct.new( :name, :description, :provider, :kms_key_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the connectorV2.
23334 23335 23336 23337 23338 23339 23340 23341 23342 23343 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23334 class CreateConnectorV2Request < Struct.new( :name, :description, :provider, :kms_key_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.
23334 23335 23336 23337 23338 23339 23340 23341 23342 23343 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23334 class CreateConnectorV2Request < Struct.new( :name, :description, :provider, :kms_key_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The unique name of the connectorV2.
23334 23335 23336 23337 23338 23339 23340 23341 23342 23343 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23334 class CreateConnectorV2Request < Struct.new( :name, :description, :provider, :kms_key_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ Types::ProviderConfiguration
The third-party provider’s service configuration.
23334 23335 23336 23337 23338 23339 23340 23341 23342 23343 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23334 class CreateConnectorV2Request < Struct.new( :name, :description, :provider, :kms_key_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to add to the connectorV2 when you create.
23334 23335 23336 23337 23338 23339 23340 23341 23342 23343 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23334 class CreateConnectorV2Request < Struct.new( :name, :description, :provider, :kms_key_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |