AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DescribeEncryptionConfiguration operation. Retrieves the encryption configuration for resources and data of your Amazon Web Services account in Amazon Web Services IoT Core. For more information, see Key management in IoT from the Amazon Web Services IoT Core Developer Guide.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class DescribeEncryptionConfigurationRequest : AmazonIoTRequest IAmazonWebServiceRequest
The DescribeEncryptionConfigurationRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeEncryptionConfigurationRequest() |
DescribeEncryptionConfiguration API operation example
var client = new AmazonIoTClient(); var response = client.DescribeEncryptionConfiguration(new DescribeEncryptionConfigurationRequest { }); ConfigurationDetails configurationDetails = response.ConfigurationDetails; string encryptionType = response.EncryptionType; string kmsAccessRoleArn = response.KmsAccessRoleArn; string kmsKeyArn = response.KmsKeyArn; DateTime lastModifiedDate = response.LastModifiedDate;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer