Class: Aws::IoT::Types::CreateCertificateProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateCertificateProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_default_for_operations ⇒ Array<String>
A list of the operations that the certificate provider will use to generate certificates.
-
#certificate_provider_name ⇒ String
The name of the certificate provider.
-
#client_token ⇒ String
A string that you can optionally pass in the ‘CreateCertificateProvider` request to make sure the request is idempotent.
-
#lambda_function_arn ⇒ String
The ARN of the Lambda function that defines the authentication logic.
-
#tags ⇒ Array<Types::Tag>
Metadata which can be used to manage the certificate provider.
Instance Attribute Details
#account_default_for_operations ⇒ Array<String>
A list of the operations that the certificate provider will use to generate certificates. Valid value: ‘CreateCertificateFromCsr`.
2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'lib/aws-sdk-iot/types.rb', line 2500 class CreateCertificateProviderRequest < Struct.new( :certificate_provider_name, :lambda_function_arn, :account_default_for_operations, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#certificate_provider_name ⇒ String
The name of the certificate provider.
2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'lib/aws-sdk-iot/types.rb', line 2500 class CreateCertificateProviderRequest < Struct.new( :certificate_provider_name, :lambda_function_arn, :account_default_for_operations, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
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.
2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'lib/aws-sdk-iot/types.rb', line 2500 class CreateCertificateProviderRequest < Struct.new( :certificate_provider_name, :lambda_function_arn, :account_default_for_operations, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#lambda_function_arn ⇒ String
The ARN of the Lambda function that defines the authentication logic.
2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'lib/aws-sdk-iot/types.rb', line 2500 class CreateCertificateProviderRequest < Struct.new( :certificate_provider_name, :lambda_function_arn, :account_default_for_operations, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Metadata which can be used to manage the certificate provider.
2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'lib/aws-sdk-iot/types.rb', line 2500 class CreateCertificateProviderRequest < Struct.new( :certificate_provider_name, :lambda_function_arn, :account_default_for_operations, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |