Interface EmrStudioConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    EmrStudioConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.016Z")
    @Stability(Stable)
    public interface EmrStudioConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static EmrStudioConfig.Builder builder()  
      String getAuthMode()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#auth_mode EmrStudio#auth_mode}.
      String getDefaultS3Location()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#default_s3_location EmrStudio#default_s3_location}.
      default String getDescription()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#description EmrStudio#description}.
      String getEngineSecurityGroupId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#engine_security_group_id EmrStudio#engine_security_group_id}.
      default String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#id EmrStudio#id}.
      default String getIdpAuthUrl()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#idp_auth_url EmrStudio#idp_auth_url}.
      default String getIdpRelayStateParameterName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#idp_relay_state_parameter_name EmrStudio#idp_relay_state_parameter_name}.
      String getName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#name EmrStudio#name}.
      String getServiceRole()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#service_role EmrStudio#service_role}.
      List<String> getSubnetIds()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#subnet_ids EmrStudio#subnet_ids}.
      default Map<String,​String> getTags()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#tags EmrStudio#tags}.
      default Map<String,​String> getTagsAll()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#tags_all EmrStudio#tags_all}.
      default String getUserRole()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#user_role EmrStudio#user_role}.
      String getVpcId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#vpc_id EmrStudio#vpc_id}.
      String getWorkspaceSecurityGroupId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#workspace_security_group_id EmrStudio#workspace_security_group_id}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • Method Detail

      • getAuthMode

        @Stability(Stable)
        @NotNull
        String getAuthMode()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#auth_mode EmrStudio#auth_mode}.
      • getDefaultS3Location

        @Stability(Stable)
        @NotNull
        String getDefaultS3Location()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#default_s3_location EmrStudio#default_s3_location}.
      • getEngineSecurityGroupId

        @Stability(Stable)
        @NotNull
        String getEngineSecurityGroupId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#engine_security_group_id EmrStudio#engine_security_group_id}.
      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#name EmrStudio#name}.
      • getServiceRole

        @Stability(Stable)
        @NotNull
        String getServiceRole()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#service_role EmrStudio#service_role}.
      • getSubnetIds

        @Stability(Stable)
        @NotNull
        List<String> getSubnetIds()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#subnet_ids EmrStudio#subnet_ids}.
      • getVpcId

        @Stability(Stable)
        @NotNull
        String getVpcId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#vpc_id EmrStudio#vpc_id}.
      • getWorkspaceSecurityGroupId

        @Stability(Stable)
        @NotNull
        String getWorkspaceSecurityGroupId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#workspace_security_group_id EmrStudio#workspace_security_group_id}.
      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#description EmrStudio#description}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#id EmrStudio#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getIdpAuthUrl

        @Stability(Stable)
        @Nullable
        default String getIdpAuthUrl()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#idp_auth_url EmrStudio#idp_auth_url}.
      • getIdpRelayStateParameterName

        @Stability(Stable)
        @Nullable
        default String getIdpRelayStateParameterName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#idp_relay_state_parameter_name EmrStudio#idp_relay_state_parameter_name}.
      • getTags

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTags()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#tags EmrStudio#tags}.
      • getTagsAll

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTagsAll()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#tags_all EmrStudio#tags_all}.
      • getUserRole

        @Stability(Stable)
        @Nullable
        default String getUserRole()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/emr_studio#user_role EmrStudio#user_role}.