@Stability(value=Stable) @Internal public static final class CfnModuleVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModuleVersionProps
CfnModuleVersionProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnModuleVersionProps.Builder, CfnModuleVersionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnModuleVersionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnModuleVersionProps.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) |
String |
getModuleName()
The name of the module being registered.
|
String |
getModulePackage()
A URL to the S3 bucket containing the package that contains the template fragment and schema files for the module version to register.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(CfnModuleVersionProps.Builder builder)
CfnModuleVersionProps.Builder
.public final String getModuleName()
CfnModuleVersionProps
getModuleName
in interface CfnModuleVersionProps
public final String getModulePackage()
CfnModuleVersionProps
The user registering the module version must be able to access the module package in the S3 bucket. That's, the user needs to have GetObject permissions for the package. For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the AWS Identity and Access Management User Guide .
getModulePackage
in interface CfnModuleVersionProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.