Class: Aws::IoT::Types::UpdateCertificateProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateCertificateProviderRequest
- 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.
-
#lambda_function_arn ⇒ String
The Lambda function ARN that’s associated with 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`.
16510 16511 16512 16513 16514 16515 16516 |
# File 'lib/aws-sdk-iot/types.rb', line 16510 class UpdateCertificateProviderRequest < Struct.new( :certificate_provider_name, :lambda_function_arn, :account_default_for_operations) SENSITIVE = [] include Aws::Structure end |
#certificate_provider_name ⇒ String
The name of the certificate provider.
16510 16511 16512 16513 16514 16515 16516 |
# File 'lib/aws-sdk-iot/types.rb', line 16510 class UpdateCertificateProviderRequest < Struct.new( :certificate_provider_name, :lambda_function_arn, :account_default_for_operations) SENSITIVE = [] include Aws::Structure end |
#lambda_function_arn ⇒ String
The Lambda function ARN that’s associated with the certificate provider.
16510 16511 16512 16513 16514 16515 16516 |
# File 'lib/aws-sdk-iot/types.rb', line 16510 class UpdateCertificateProviderRequest < Struct.new( :certificate_provider_name, :lambda_function_arn, :account_default_for_operations) SENSITIVE = [] include Aws::Structure end |