Class CfnResourceVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceVersionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceVersionProps
CfnResourceVersionProps-
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.services.cloudformation.CfnResourceVersionProps
CfnResourceVersionProps.Builder, CfnResourceVersionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceVersionProps.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 StringThe Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource.final ObjectLogging configuration information for a resource.final StringA URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register.final StringThe name of the resource being registered.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 theCfnResourceVersionProps.Builder.
-
-
Method Details
-
getSchemaHandlerPackage
Description copied from interface:CfnResourceVersionPropsA URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register.For information on generating a schema handler package, see Modeling resource types to use with CloudFormation in the CloudFormation Command Line Interface (CLI) User Guide .
To register the resource version, you must have
s3:GetObjectpermissions to access the S3 objects.- Specified by:
getSchemaHandlerPackagein interfaceCfnResourceVersionProps- See Also:
-
getTypeName
Description copied from interface:CfnResourceVersionPropsThe name of the resource being registered.We recommend that resource names adhere to the following pattern: company_or_organization :: service :: type .
The following organization namespaces are reserved and can't be used in your resource names:
AlexaAMZNAmazonAWSCustomDev
- Specified by:
getTypeNamein interfaceCfnResourceVersionProps- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnResourceVersionPropsThe Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource.If your resource calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.
- Specified by:
getExecutionRoleArnin interfaceCfnResourceVersionProps- See Also:
-
getLoggingConfig
Description copied from interface:CfnResourceVersionPropsLogging configuration information for a resource.Returns union: either
IResolvableorCfnResourceVersion.LoggingConfigProperty- Specified by:
getLoggingConfigin interfaceCfnResourceVersionProps- 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()
-