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.
23317 23318 23319 23320 23321 23322 23323 23324 23325 23326 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23317 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.
23317 23318 23319 23320 23321 23322 23323 23324 23325 23326 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23317 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.
23317 23318 23319 23320 23321 23322 23323 23324 23325 23326 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23317 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.
23317 23318 23319 23320 23321 23322 23323 23324 23325 23326 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23317 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.
23317 23318 23319 23320 23321 23322 23323 23324 23325 23326 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23317 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.
23317 23318 23319 23320 23321 23322 23323 23324 23325 23326 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23317 class CreateConnectorV2Request < Struct.new( :name, :description, :provider, :kms_key_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |