@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.065Z") @Stability(value=Stable) public interface CfnStudioProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStudioProps.Builder
A builder for
CfnStudioProps |
static class |
CfnStudioProps.Jsii$Proxy
An implementation for
CfnStudioProps |
Modifier and Type | Method and Description |
---|---|
static CfnStudioProps.Builder |
builder() |
String |
getAuthMode()
`AWS::EMR::Studio.AuthMode`.
|
String |
getDefaultS3Location()
`AWS::EMR::Studio.DefaultS3Location`.
|
default String |
getDescription()
`AWS::EMR::Studio.Description`.
|
String |
getEngineSecurityGroupId()
`AWS::EMR::Studio.EngineSecurityGroupId`.
|
String |
getName()
`AWS::EMR::Studio.Name`.
|
String |
getServiceRole()
`AWS::EMR::Studio.ServiceRole`.
|
List<String> |
getSubnetIds()
`AWS::EMR::Studio.SubnetIds`.
|
default List<CfnTag> |
getTags()
`AWS::EMR::Studio.Tags`.
|
String |
getUserRole()
`AWS::EMR::Studio.UserRole`.
|
String |
getVpcId()
`AWS::EMR::Studio.VpcId`.
|
String |
getWorkspaceSecurityGroupId()
`AWS::EMR::Studio.WorkspaceSecurityGroupId`.
|
@Stability(value=Stable) @NotNull String getAuthMode()
@Stability(value=Stable) @NotNull String getDefaultS3Location()
@Stability(value=Stable) @NotNull String getEngineSecurityGroupId()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getServiceRole()
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
@Stability(value=Stable) @NotNull String getUserRole()
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) @NotNull String getWorkspaceSecurityGroupId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnStudioProps.Builder builder()
CfnStudioProps.Builder
of CfnStudioProps
Copyright © 2021. All rights reserved.