| Modifier and Type | Method and Description |
|---|---|
static AdminRole.Builder |
AdminRole.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
AdminRole.Builder |
AdminRole.Builder.iamRoleName(String iamRoleName)
The name of the IAM role.
|
AdminRole.Builder |
AdminRole.Builder.objectLambdaAccessPointName(String objectLambdaAccessPointName)
The name of the object Lambda access point, which will be the same as the S3 acceess point for the S3 bucket in the demostration.
|
AdminRole.Builder |
AdminRole.Builder.policyName(String policyName)
The name of the IAM policy for the IAM role.
|
Copyright © 2021. All rights reserved.