Class AppstreamUser

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.579Z")
    @Stability(Stable)
    public class AppstreamUser
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appstream_user aws_appstream_user}.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AppstreamUser.Builder
      A fluent builder for AppstreamUser.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent

        com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformDependable

        com.hashicorp.cdktf.ITerraformDependable.Jsii$Default, com.hashicorp.cdktf.ITerraformDependable.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformResource

        com.hashicorp.cdktf.ITerraformResource.Jsii$Default, com.hashicorp.cdktf.ITerraformResource.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AppstreamUser​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected AppstreamUser​(software.amazon.jsii.JsiiObjectRef objRef)  
        AppstreamUser​(software.constructs.Construct scope, String id, AppstreamUserConfig config)
      Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appstream_user aws_appstream_user} Resource.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • AppstreamUser

        protected AppstreamUser​(software.amazon.jsii.JsiiObjectRef objRef)
      • AppstreamUser

        protected AppstreamUser​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • AppstreamUser

        @Stability(Stable)
        public AppstreamUser​(@NotNull
                             software.constructs.Construct scope,
                             @NotNull
                             String id,
                             @NotNull
                             AppstreamUserConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appstream_user aws_appstream_user} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • resetEnabled

        @Stability(Stable)
        public void resetEnabled()
      • resetFirstName

        @Stability(Stable)
        public void resetFirstName()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetLastName

        @Stability(Stable)
        public void resetLastName()
      • resetSendEmailNotification

        @Stability(Stable)
        public void resetSendEmailNotification()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • getArn

        @Stability(Stable)
        @NotNull
        public String getArn()
      • getCreatedTime

        @Stability(Stable)
        @NotNull
        public String getCreatedTime()
      • getAuthenticationTypeInput

        @Stability(Stable)
        @Nullable
        public String getAuthenticationTypeInput()
      • getEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEnabledInput()
      • getFirstNameInput

        @Stability(Stable)
        @Nullable
        public String getFirstNameInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getLastNameInput

        @Stability(Stable)
        @Nullable
        public String getLastNameInput()
      • getSendEmailNotificationInput

        @Stability(Stable)
        @Nullable
        public Object getSendEmailNotificationInput()
      • getUserNameInput

        @Stability(Stable)
        @Nullable
        public String getUserNameInput()
      • getAuthenticationType

        @Stability(Stable)
        @NotNull
        public String getAuthenticationType()
      • setAuthenticationType

        @Stability(Stable)
        public void setAuthenticationType​(@NotNull
                                          String value)
      • getEnabled

        @Stability(Stable)
        @NotNull
        public Object getEnabled()
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               Boolean value)
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               com.hashicorp.cdktf.IResolvable value)
      • getFirstName

        @Stability(Stable)
        @NotNull
        public String getFirstName()
      • setFirstName

        @Stability(Stable)
        public void setFirstName​(@NotNull
                                 String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getLastName

        @Stability(Stable)
        @NotNull
        public String getLastName()
      • setLastName

        @Stability(Stable)
        public void setLastName​(@NotNull
                                String value)
      • getSendEmailNotification

        @Stability(Stable)
        @NotNull
        public Object getSendEmailNotification()
      • setSendEmailNotification

        @Stability(Stable)
        public void setSendEmailNotification​(@NotNull
                                             Boolean value)
      • setSendEmailNotification

        @Stability(Stable)
        public void setSendEmailNotification​(@NotNull
                                             com.hashicorp.cdktf.IResolvable value)
      • getUserName

        @Stability(Stable)
        @NotNull
        public String getUserName()
      • setUserName

        @Stability(Stable)
        public void setUserName​(@NotNull
                                String value)