Class: Aws::IoT::Types::CreateCertificateProviderRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_default_for_operationsArray<String>

A list of the operations that the certificate provider will use to generate certificates. Valid value: ‘CreateCertificateFromCsr`.

Returns:

  • (Array<String>)


2409
2410
2411
2412
2413
2414
2415
2416
2417
# File 'lib/aws-sdk-iot/types.rb', line 2409

class CreateCertificateProviderRequest < Struct.new(
  :certificate_provider_name,
  :lambda_function_arn,
  :account_default_for_operations,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_provider_nameString

The name of the certificate provider.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
2416
2417
# File 'lib/aws-sdk-iot/types.rb', line 2409

class CreateCertificateProviderRequest < Struct.new(
  :certificate_provider_name,
  :lambda_function_arn,
  :account_default_for_operations,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A string that you can optionally pass in the ‘CreateCertificateProvider` request to make sure the request is idempotent.

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

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
2416
2417
# File 'lib/aws-sdk-iot/types.rb', line 2409

class CreateCertificateProviderRequest < Struct.new(
  :certificate_provider_name,
  :lambda_function_arn,
  :account_default_for_operations,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_function_arnString

The ARN of the Lambda function that defines the authentication logic.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
2416
2417
# File 'lib/aws-sdk-iot/types.rb', line 2409

class CreateCertificateProviderRequest < Struct.new(
  :certificate_provider_name,
  :lambda_function_arn,
  :account_default_for_operations,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata which can be used to manage the certificate provider.

Returns:



2409
2410
2411
2412
2413
2414
2415
2416
2417
# File 'lib/aws-sdk-iot/types.rb', line 2409

class CreateCertificateProviderRequest < Struct.new(
  :certificate_provider_name,
  :lambda_function_arn,
  :account_default_for_operations,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end