Class AppstreamUser
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.aws.appstream_user.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 classAppstreamUser.BuilderA fluent builder forAppstreamUser.-
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
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppstreamUser(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppstreamUser(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.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, interpolationForAttribute, isTerraformResource, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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:
synthesizeAttributesin classcom.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)
-
-