@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.204Z") @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 CfnStudioPropsCopyright © 2021. All rights reserved.