@Stability(value=Stable) @Internal public static final class CfnTypeActivationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTypeActivationProps
CfnTypeActivationPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnTypeActivationProps.Builder, CfnTypeActivationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTypeActivationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTypeActivationProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAutoUpdate()
Whether to automatically update the extension in this account and region when a new *minor* version is published by the extension publisher.
|
String |
getExecutionRoleArn()
The name of the IAM execution role to use to activate the extension.
|
Object |
getLoggingConfig()
Specifies logging configuration information for an extension.
|
String |
getMajorVersion()
The major version of this extension you want to activate, if multiple major versions are available.
|
String |
getPublicTypeArn()
The Amazon Resource Number (ARN) of the public extension.
|
String |
getPublisherId()
The ID of the extension publisher.
|
String |
getType()
The extension type.
|
String |
getTypeName()
The name of the extension.
|
String |
getTypeNameAlias()
An alias to assign to the public extension, in this account and region.
|
String |
getVersionBump()
Manually updates a previously-activated type to a new major or minor version, if available.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTypeActivationProps.Builder builder)
CfnTypeActivationProps.Builder.public final Object getAutoUpdate()
CfnTypeActivationPropsMajor versions released by the publisher must be manually updated.
The default is true .
getAutoUpdate in interface CfnTypeActivationPropspublic final String getExecutionRoleArn()
CfnTypeActivationPropsgetExecutionRoleArn in interface CfnTypeActivationPropspublic final Object getLoggingConfig()
CfnTypeActivationPropsgetLoggingConfig in interface CfnTypeActivationPropspublic final String getMajorVersion()
CfnTypeActivationPropsThe 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.
getMajorVersion in interface CfnTypeActivationPropspublic final String getPublicTypeArn()
CfnTypeActivationProps
Conditional: You must specify PublicTypeArn , or TypeName , Type , and PublisherId .
getPublicTypeArn in interface CfnTypeActivationPropspublic final String getPublisherId()
CfnTypeActivationProps
Conditional: You must specify PublicTypeArn , or TypeName , Type , and PublisherId .
getPublisherId in interface CfnTypeActivationPropspublic final String getType()
CfnTypeActivationProps
Conditional: You must specify PublicTypeArn , or TypeName , Type , and PublisherId .
getType in interface CfnTypeActivationPropspublic final String getTypeName()
CfnTypeActivationProps
Conditional: You must specify PublicTypeArn , or TypeName , Type , and PublisherId .
getTypeName in interface CfnTypeActivationPropspublic final String getTypeNameAlias()
CfnTypeActivationPropsIf 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.
getTypeNameAlias in interface CfnTypeActivationPropspublic final String getVersionBump()
CfnTypeActivationProps
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.getVersionBump in interface CfnTypeActivationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.