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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.CfnTypeActivationProps
CfnTypeActivationProps.Builder, CfnTypeActivationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTypeActivationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTypeActivationProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectWhether to automatically update the extension in this account and Region when a new minor version is published by the extension publisher.final StringThe name of the IAM execution role to use to activate the extension.final ObjectSpecifies logging configuration information for an extension.final StringThe major version of this extension you want to activate, if multiple major versions are available.final StringThe Amazon Resource Number (ARN) of the public extension.final StringThe ID of the extension publisher.final StringgetType()The extension type.final StringThe name of the extension.final StringAn alias to assign to the public extension in this account and Region.final StringManually updates a previously-activated type to a new major or minor version, if available.final inthashCode()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:CfnTypeActivationPropsWhether 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.Returns union: either
BooleanorIResolvable- Specified by:
getAutoUpdatein interfaceCfnTypeActivationProps- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnTypeActivationPropsThe name of the IAM execution role to use to activate the extension.- Specified by:
getExecutionRoleArnin interfaceCfnTypeActivationProps- See Also:
-
getLoggingConfig
Description copied from interface:CfnTypeActivationPropsSpecifies logging configuration information for an extension.Returns union: either
IResolvableorCfnTypeActivation.LoggingConfigProperty- Specified by:
getLoggingConfigin interfaceCfnTypeActivationProps- See Also:
-
getMajorVersion
Description copied from interface:CfnTypeActivationPropsThe 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
MajorVersionorVersionBump, but not both.- Specified by:
getMajorVersionin interfaceCfnTypeActivationProps- See Also:
-
getPublicTypeArn
Description copied from interface:CfnTypeActivationPropsThe Amazon Resource Number (ARN) of the public extension.Conditional: You must specify
PublicTypeArn, orTypeName,Type, andPublisherId.- Specified by:
getPublicTypeArnin interfaceCfnTypeActivationProps- See Also:
-
getPublisherId
Description copied from interface:CfnTypeActivationPropsThe ID of the extension publisher.Conditional: You must specify
PublicTypeArn, orTypeName,Type, andPublisherId.- Specified by:
getPublisherIdin interfaceCfnTypeActivationProps- See Also:
-
getType
Description copied from interface:CfnTypeActivationPropsThe extension type.Conditional: You must specify
PublicTypeArn, orTypeName,Type, andPublisherId.- Specified by:
getTypein interfaceCfnTypeActivationProps- See Also:
-
getTypeName
Description copied from interface:CfnTypeActivationPropsThe name of the extension.Conditional: You must specify
PublicTypeArn, orTypeName,Type, andPublisherId.- Specified by:
getTypeNamein interfaceCfnTypeActivationProps- See Also:
-
getTypeNameAlias
Description copied from interface:CfnTypeActivationPropsAn 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:
getTypeNameAliasin interfaceCfnTypeActivationProps- See Also:
-
getVersionBump
Description copied from interface:CfnTypeActivationPropsManually 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:
getVersionBumpin interfaceCfnTypeActivationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-