Create a client for the Amazon Identity Management service with the specified configuration

Namespace: Amazon
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static AmazonIdentityManagementService CreateAmazonIdentityManagementClient(
	string awsAccessKey,
	string awsSecretAccessKey,
	AmazonIdentityManagementServiceConfig config
)
Public Shared Function CreateAmazonIdentityManagementClient ( _
	awsAccessKey As String, _
	awsSecretAccessKey As String, _
	config As AmazonIdentityManagementServiceConfig _
) As AmazonIdentityManagementService
public:
static AmazonIdentityManagementService^ CreateAmazonIdentityManagementClient(
	String^ awsAccessKey, 
	String^ awsSecretAccessKey, 
	AmazonIdentityManagementServiceConfig^ config
)

Parameters

awsAccessKey
String
The AWS Access Key associated with the account
awsSecretAccessKey
String
The AWS Secret Access Key associated with the account
config
AmazonIdentityManagementServiceConfig
Configuration options for the service

Return Value

An Amazon Identity Management client

See Also