Class CfnEndpointAuthorizationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshift.CfnEndpointAuthorizationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointAuthorizationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointAuthorizationProps
@Stability(Stable)
@Internal
public static final class CfnEndpointAuthorizationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointAuthorizationProps
An implementation for
CfnEndpointAuthorizationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.CfnEndpointAuthorizationProps
CfnEndpointAuthorizationProps.Builder, CfnEndpointAuthorizationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpointAuthorizationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The AWS account ID of either the cluster owner (grantor) or grantee.final String
The cluster identifier.final Object
getForce()
Indicates whether to force the revoke action.The virtual private cloud (VPC) identifiers to grant access to.final int
hashCode()
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 theCfnEndpointAuthorizationProps.Builder
.
-
-
Method Details
-
getAccount
Description copied from interface:CfnEndpointAuthorizationProps
The AWS account ID of either the cluster owner (grantor) or grantee.If
Grantee
parameter is true, then theAccount
value is of the grantor.- Specified by:
getAccount
in interfaceCfnEndpointAuthorizationProps
- See Also:
-
getClusterIdentifier
Description copied from interface:CfnEndpointAuthorizationProps
The cluster identifier.- Specified by:
getClusterIdentifier
in interfaceCfnEndpointAuthorizationProps
- See Also:
-
getForce
Description copied from interface:CfnEndpointAuthorizationProps
Indicates whether to force the revoke action.If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
- Specified by:
getForce
in interfaceCfnEndpointAuthorizationProps
- See Also:
-
getVpcIds
Description copied from interface:CfnEndpointAuthorizationProps
The virtual private cloud (VPC) identifiers to grant access to.- Specified by:
getVpcIds
in interfaceCfnEndpointAuthorizationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-