AWS SDK Version 3 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.

Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.

To view the current configuration data for an extension, refer to the ConfigurationSchema element of DescribeType. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.

It's strongly recommended that you use dynamic references to restrict sensitive configuration definitions, such as third-party credentials. For more details on dynamic references, see Using dynamic references to specify template values in the CloudFormation User Guide.

Note:

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

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

Syntax

C#
public abstract SetTypeConfigurationResponse SetTypeConfiguration(
         SetTypeConfigurationRequest request
)

Parameters

request
Type: Amazon.CloudFormation.Model.SetTypeConfigurationRequest

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

Return Value


The response from the SetTypeConfiguration service method, as returned by CloudFormation.

Exceptions

ExceptionCondition
CFNRegistryException An error occurred during a CloudFormation registry operation.
TypeNotFoundException The specified extension doesn't exist in the CloudFormation registry.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also