public static final class CfnTypeActivationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTypeActivationProps
CfnTypeActivationProps
CfnTypeActivationProps.Builder, CfnTypeActivationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getAutoUpdate()
Whether to automatically update the extension in this account and region when a new *minor* version is published by the extension publisher.
|
java.lang.String |
getExecutionRoleArn()
The name of the IAM execution role to use to activate the extension.
|
java.lang.Object |
getLoggingConfig()
Specifies logging configuration information for an extension.
|
java.lang.String |
getMajorVersion()
The major version of this extension you want to activate, if multiple major versions are available.
|
java.lang.String |
getPublicTypeArn()
The Amazon Resource Number (ARN) of the public extension.
|
java.lang.String |
getPublisherId()
The ID of the extension publisher.
|
java.lang.String |
getType()
The extension type.
|
java.lang.String |
getTypeName()
The name of the extension.
|
java.lang.String |
getTypeNameAlias()
An alias to assign to the public extension, in this account and region.
|
java.lang.String |
getVersionBump()
Manually updates a previously-activated type to a new major or minor version, if available.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAutoUpdate()
CfnTypeActivationProps
Major versions released by the publisher must be manually updated.
The default is true
.
getAutoUpdate
in interface CfnTypeActivationProps
public final java.lang.String getExecutionRoleArn()
CfnTypeActivationProps
getExecutionRoleArn
in interface CfnTypeActivationProps
public final java.lang.Object getLoggingConfig()
CfnTypeActivationProps
getLoggingConfig
in interface CfnTypeActivationProps
public final java.lang.String getMajorVersion()
CfnTypeActivationProps
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.
getMajorVersion
in interface CfnTypeActivationProps
public final java.lang.String getPublicTypeArn()
CfnTypeActivationProps
Conditional: You must specify PublicTypeArn
, or TypeName
, Type
, and PublisherId
.
getPublicTypeArn
in interface CfnTypeActivationProps
public final java.lang.String getPublisherId()
CfnTypeActivationProps
Conditional: You must specify PublicTypeArn
, or TypeName
, Type
, and PublisherId
.
getPublisherId
in interface CfnTypeActivationProps
public final java.lang.String getType()
CfnTypeActivationProps
Conditional: You must specify PublicTypeArn
, or TypeName
, Type
, and PublisherId
.
getType
in interface CfnTypeActivationProps
public final java.lang.String getTypeName()
CfnTypeActivationProps
Conditional: You must specify PublicTypeArn
, or TypeName
, Type
, and PublisherId
.
getTypeName
in interface CfnTypeActivationProps
public final java.lang.String getTypeNameAlias()
CfnTypeActivationProps
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.
getTypeNameAlias
in interface CfnTypeActivationProps
public final java.lang.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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()