Class: Aws::IoT::Types::UpdateCertificateProviderRequest

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>)


15830
15831
15832
15833
15834
15835
15836
# File 'lib/aws-sdk-iot/types.rb', line 15830

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

#certificate_provider_nameString

The name of the certificate provider.

Returns:

  • (String)


15830
15831
15832
15833
15834
15835
15836
# File 'lib/aws-sdk-iot/types.rb', line 15830

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

#lambda_function_arnString

The Lambda function ARN that’s associated with the certificate provider.

Returns:

  • (String)


15830
15831
15832
15833
15834
15835
15836
# File 'lib/aws-sdk-iot/types.rb', line 15830

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