Class CustSupportRole
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.hsiehshujeng.cdk.comprehend.s3olap.CustSupportRole
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.60.1 (build 2799dc8)", date="2022-06-12T09:44:01.752Z") @Stability(Stable) public class CustSupportRole extends software.constructs.Construct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustSupportRole.BuilderA fluent builder forCustSupportRole.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustSupportRole(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCustSupportRole(software.amazon.jsii.JsiiObjectRef objRef)CustSupportRole(software.constructs.Construct scope, String id)CustSupportRole(software.constructs.Construct scope, String id, AdminRoleProps props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRoleArn()The ARN of the IAM role.StringgetRoleId()The unique string identifying the role.StringgetRoleName()The name of the IAM role.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
CustSupportRole
protected CustSupportRole(software.amazon.jsii.JsiiObjectRef objRef)
-
CustSupportRole
protected CustSupportRole(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CustSupportRole
@Stability(Stable) public CustSupportRole(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable AdminRoleProps props)- Parameters:
scope- This parameter is required.id- This parameter is required.props-
-
CustSupportRole
@Stability(Stable) public CustSupportRole(@NotNull software.constructs.Construct scope, @NotNull String id)- Parameters:
scope- This parameter is required.id- This parameter is required.
-
-
Method Detail
-
getRoleArn
@Stability(Stable) @NotNull public String getRoleArn()
The ARN of the IAM role.
-
getRoleId
@Stability(Stable) @NotNull public String getRoleId()
The unique string identifying the role.
-
getRoleName
@Stability(Stable) @NotNull public String getRoleName()
The name of the IAM role.
-
-