Interface CfnAccessGrantsInstanceMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccessGrantsInstanceMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:04.699Z")
@Stability(Stable)
public interface CfnAccessGrantsInstanceMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnAccessGrantsInstancePropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.s3.*;
CfnAccessGrantsInstanceMixinProps cfnAccessGrantsInstanceMixinProps = CfnAccessGrantsInstanceMixinProps.builder()
.identityCenterArn("identityCenterArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAccessGrantsInstanceMixinPropsstatic final classAn implementation forCfnAccessGrantsInstanceMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringIf 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.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdentityCenterArn
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.
- See Also:
-
getTags
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.
- See Also:
-
builder
-