Class CfnTypeActivationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTypeActivationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTypeActivationProps
CfnTypeActivationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.CfnTypeActivationProps
CfnTypeActivationProps.Builder, CfnTypeActivationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTypeActivationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTypeActivationProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Whether to automatically update the extension in this account and Region when a new minor version is published by the extension publisher.final String
The name of the IAM execution role to use to activate the extension.final Object
Specifies logging configuration information for an extension.final String
The major version of this extension you want to activate, if multiple major versions are available.final String
The Amazon Resource Number (ARN) of the public extension.final String
The ID of the extension publisher.final String
getType()
The extension type.final String
The name of the extension.final String
An alias to assign to the public extension, in this account and Region.final String
Manually updates a previously-activated type to a new major or minor version, if available.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTypeActivationProps.Builder
.
-
-
Method Details
-
getAutoUpdate
Description copied from interface:CfnTypeActivationProps
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
.- Specified by:
getAutoUpdate
in interfaceCfnTypeActivationProps
-
getExecutionRoleArn
Description copied from interface:CfnTypeActivationProps
The name of the IAM execution role to use to activate the extension.- Specified by:
getExecutionRoleArn
in interfaceCfnTypeActivationProps
-
getLoggingConfig
Description copied from interface:CfnTypeActivationProps
Specifies logging configuration information for an extension.- Specified by:
getLoggingConfig
in interfaceCfnTypeActivationProps
-
getMajorVersion
Description copied from interface:CfnTypeActivationProps
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
orVersionBump
, but not both.- Specified by:
getMajorVersion
in interfaceCfnTypeActivationProps
-
getPublicTypeArn
Description copied from interface:CfnTypeActivationProps
The Amazon Resource Number (ARN) of the public extension.Conditional: You must specify
PublicTypeArn
, orTypeName
,Type
, andPublisherId
.- Specified by:
getPublicTypeArn
in interfaceCfnTypeActivationProps
-
getPublisherId
Description copied from interface:CfnTypeActivationProps
The ID of the extension publisher.Conditional: You must specify
PublicTypeArn
, orTypeName
,Type
, andPublisherId
.- Specified by:
getPublisherId
in interfaceCfnTypeActivationProps
-
getType
Description copied from interface:CfnTypeActivationProps
The extension type.Conditional: You must specify
PublicTypeArn
, orTypeName
,Type
, andPublisherId
.- Specified by:
getType
in interfaceCfnTypeActivationProps
-
getTypeName
Description copied from interface:CfnTypeActivationProps
The name of the extension.Conditional: You must specify
PublicTypeArn
, orTypeName
,Type
, andPublisherId
.- Specified by:
getTypeName
in interfaceCfnTypeActivationProps
-
getTypeNameAlias
Description copied from interface:CfnTypeActivationProps
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.
- Specified by:
getTypeNameAlias
in interfaceCfnTypeActivationProps
-
getVersionBump
Description copied from interface:CfnTypeActivationProps
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.
- Specified by:
getVersionBump
in interfaceCfnTypeActivationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-