All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.config.package-info Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Config module holds the client classes that are used for communicating with AWS Config Service

There is a newer version: 1.11.9
Show newest version
/*
 * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not
 * use this file except in compliance with the License. A copy of the License is
 * located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on
 * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */

/**
 * AWS Config
 * 

* AWS Config provides a way to keep track of the configurations of all the AWS * resources associated with your AWS account. You can use AWS Config to get the * current and historical configurations of each AWS resource and also to get * information about the relationship between the resources. An AWS resource can * be an Amazon Compute Cloud (Amazon EC2) instance, an Elastic Block Store * (EBS) volume, an Elastic network Interface (ENI), or a security group. For a * complete list of resources currently supported by AWS Config, see Supported AWS Resources. *

*

* You can access and manage AWS Config through the AWS Management Console, the * AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS SDKs for * AWS Config *

*

* This reference guide contains documentation for the AWS Config API and the * AWS CLI commands that you can use to manage AWS Config. *

*

* The AWS Config API uses the Signature Version 4 protocol for signing * requests. For more information about how to sign a request with this * protocol, see Signature Version 4 Signing Process. *

*

* For detailed information about AWS Config features and their associated * actions or commands, as well as how to work with AWS Management Console, see * What Is AWS Config? in the AWS Config Developer Guide. *

*/ package com.amazonaws.services.config;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy