Class CfnAccessGrantsInstanceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnAccessGrantsInstanceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessGrantsInstanceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccessGrantsInstanceProps
@Stability(Stable)
@Internal
public static final class CfnAccessGrantsInstanceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccessGrantsInstanceProps
An implementation for
CfnAccessGrantsInstanceProps
-
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.s3.CfnAccessGrantsInstanceProps
CfnAccessGrantsInstanceProps.Builder, CfnAccessGrantsInstanceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAccessGrantsInstanceProps.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
If you would like to associate your S3 Access Grants instance with an AWS IAM Identity Center instance, use this field to pass the Amazon Resource Name (ARN) of the AWS IAM Identity Center instance that you are associating with your S3 Access Grants instance.getTags()
The AWS resource tags that you are adding to the S3 Access Grants instance.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 theCfnAccessGrantsInstanceProps.Builder
.
-
-
Method Details
-
getIdentityCenterArn
Description copied from interface:CfnAccessGrantsInstanceProps
If you would like to associate your S3 Access Grants instance with an AWS IAM Identity Center instance, use this field to pass the Amazon Resource Name (ARN) of the AWS IAM Identity Center instance that you are associating with your S3 Access Grants instance.An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center.
- Specified by:
getIdentityCenterArn
in interfaceCfnAccessGrantsInstanceProps
- See Also:
-
getTags
Description copied from interface:CfnAccessGrantsInstanceProps
The AWS resource tags that you are adding to the S3 Access Grants instance.Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.
- Specified by:
getTags
in interfaceCfnAccessGrantsInstanceProps
- 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()
-