Class: Aws::IoT::Types::UpdateEncryptionConfigurationRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_typeString

The type of the Amazon Web Services Key Management Service (KMS) key.

Returns:

  • (String)


17799
17800
17801
17802
17803
17804
17805
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17799

class UpdateEncryptionConfigurationRequest < Struct.new(
  :encryption_type,
  :kms_key_arn,
  :kms_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_access_role_arnString

The Amazon Resource Name (ARN) of the IAM role assumed by Amazon Web Services IoT Core to call KMS on behalf of the customer.

Returns:

  • (String)


17799
17800
17801
17802
17803
17804
17805
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17799

class UpdateEncryptionConfigurationRequest < Struct.new(
  :encryption_type,
  :kms_key_arn,
  :kms_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The ARN of the customer-managed KMS key.

Returns:

  • (String)


17799
17800
17801
17802
17803
17804
17805
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17799

class UpdateEncryptionConfigurationRequest < Struct.new(
  :encryption_type,
  :kms_key_arn,
  :kms_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end