Class: Aws::SecurityHub::Types::CreateConnectorV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique identifier used to ensure idempotency.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


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

#descriptionString

The description of the connectorV2.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.

Returns:

  • (String)


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

#nameString

The unique name of the connectorV2.

Returns:

  • (String)


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

#providerTypes::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

#tagsHash<String,String>

The tags to add to the connectorV2 when you create.

Returns:

  • (Hash<String,String>)


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