Class CfnVPCEndpointServicePermissionsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissionsProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVPCEndpointServicePermissionsProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVPCEndpointServicePermissionsProps
@Stability(Stable)
@Internal
public static final class CfnVPCEndpointServicePermissionsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVPCEndpointServicePermissionsProps
An implementation for
CfnVPCEndpointServicePermissionsProps
-
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.ec2.CfnVPCEndpointServicePermissionsProps
CfnVPCEndpointServicePermissionsProps.Builder, CfnVPCEndpointServicePermissionsProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVPCEndpointServicePermissionsProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnVPCEndpointServicePermissionsProps.Builder
.
-
-
Method Details
-
getServiceId
Description copied from interface:CfnVPCEndpointServicePermissionsProps
The ID of the service.- Specified by:
getServiceId
in interfaceCfnVPCEndpointServicePermissionsProps
- See Also:
-
getAllowedPrincipals
Description copied from interface:CfnVPCEndpointServicePermissionsProps
The Amazon Resource Names (ARN) of one or more principals (for example, users, IAM roles, and AWS accounts ).Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*). Permissions are revoked for principals not in this list. If the list is empty, then all permissions are revoked.
- Specified by:
getAllowedPrincipals
in interfaceCfnVPCEndpointServicePermissionsProps
- 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()
-