@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.531Z") @Stability(value=Stable) public interface CfnStudioProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.emr.*;
CfnStudioProps cfnStudioProps = CfnStudioProps.builder()
.authMode("authMode")
.defaultS3Location("defaultS3Location")
.engineSecurityGroupId("engineSecurityGroupId")
.name("name")
.serviceRole("serviceRole")
.subnetIds(List.of("subnetIds"))
.vpcId("vpcId")
.workspaceSecurityGroupId("workspaceSecurityGroupId")
// the properties below are optional
.description("description")
.idpAuthUrl("idpAuthUrl")
.idpRelayStateParameterName("idpRelayStateParameterName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.userRole("userRole")
.build();
| 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`.
|
default String |
getIdpAuthUrl()
`AWS::EMR::Studio.IdpAuthUrl`.
|
default String |
getIdpRelayStateParameterName()
`AWS::EMR::Studio.IdpRelayStateParameterName`.
|
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`.
|
default 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) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getEngineSecurityGroupId()
@Stability(value=Stable) @Nullable default String getIdpAuthUrl()
@Stability(value=Stable) @Nullable default String getIdpRelayStateParameterName()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getServiceRole()
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default String getUserRole()
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) @NotNull String getWorkspaceSecurityGroupId()
@Stability(value=Stable) static CfnStudioProps.Builder builder()
CfnStudioProps.Builder of CfnStudioPropsCopyright © 2021. All rights reserved.