Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.The default is true
.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.CFN.AmazonCloudFormationClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the IAM execution role to use to activate the extension.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-LoggingConfig_LogGroupName <
String>
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-LoggingConfig_LogRoleArn <
String>
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-MajorVersion <Int64>
The major version of this extension you want to activate, if multiple major versions are available. The default is the latest major version. CloudFormation uses the latest available minor version of the major version selected.You can specify MajorVersion
or VersionBump
, but not both.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon Resource Name (ARN) of the public extension.Conditional: You must specify PublicTypeArn
, or TypeName
, Type
, and PublisherId
.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The ID of the extension publisher.Conditional: You must specify PublicTypeArn
, or TypeName
, Type
, and PublisherId
.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'Arn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudFormation.Model.ActivateTypeResponse). Specifying the name of a property of type Amazon.CloudFormation.Model.ActivateTypeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The extension type.Conditional: You must specify PublicTypeArn
, or TypeName
, Type
, and PublisherId
.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the extension.Conditional: You must specify PublicTypeArn
, or TypeName
, Type
, and PublisherId
.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
An alias to assign to the public extension, in this account and region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.An extension alias must be unique within a given account and region. You can activate the same public resource multiple times in the same account and region, using different type name aliases.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Manually updates a previously-activated type to a new major or minor version, if available. You can also use this parameter to update the value of
AutoUpdate
.
MAJOR
: CloudFormation updates the extension to the newest major version, if one is available.MINOR
: CloudFormation updates the extension to the newest minor version, if one is available.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |