Create a client for the Amazon CloudFormation Service with the specified configuration
Namespace: AmazonAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public static AmazonCloudFormation CreateAmazonCloudFormationClient( string awsAccessKey, string awsSecretAccessKey, AmazonCloudFormationConfig config )
Public Shared Function CreateAmazonCloudFormationClient ( _ awsAccessKey As String, _ awsSecretAccessKey As String, _ config As AmazonCloudFormationConfig _ ) As AmazonCloudFormation
public: static AmazonCloudFormation^ CreateAmazonCloudFormationClient( String^ awsAccessKey, String^ awsSecretAccessKey, AmazonCloudFormationConfig^ config )
Parameters
- awsAccessKey
- String
The AWS Access Key associated with the account
- awsSecretAccessKey
- String
The AWS Secret Access Key associated with the account
- config
- AmazonCloudFormationConfig
Configuration options for the service like HTTP Proxy, # of connections, etc