AWS SDK Version 4 for .NET
API Reference

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.

Returns information about the specified dataset. This includes its identifier, Amazon Resource Name (ARN), and any customer managed Amazon Web Services Key Management Service (Amazon Web Services KMS) key that is currently associated with it.

Only the default dataset is supported. The default dataset is implicit for every account in every Region — you can call GetDataset for it without first creating it. If no customer managed KMS key has been associated with the dataset, the response omits the KmsKeyArn field, indicating that data is encrypted at rest using an Amazon Web Services owned key managed by Amazon CloudWatch.

To associate a customer managed KMS key with a dataset, use AssociateDatasetKmsKey. To remove the association, use DisassociateDatasetKmsKey.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetDatasetAsync.

Namespace: Amazon.CloudWatch
Assembly: AWSSDK.CloudWatch.dll
Version: 3.x.y.z

Syntax

C#
public abstract GetDatasetResponse GetDataset(
         GetDatasetRequest request
)

Parameters

request
Type: Amazon.CloudWatch.Model.GetDatasetRequest

Container for the necessary parameters to execute the GetDataset service method.

Return Value


The response from the GetDataset service method, as returned by CloudWatch.

Exceptions

ExceptionCondition
ResourceNotFoundException The named resource does not exist.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also