Class GameliftScriptStorageLocationOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.gamelift_script.GameliftScriptStorageLocationOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.145Z") @Stability(Stable) public class GameliftScriptStorageLocationOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description GameliftScriptStorageLocationOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGameliftScriptStorageLocationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGameliftScriptStorageLocationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBucket()StringgetBucketInput()GameliftScriptStorageLocationgetInternalValue()StringgetKey()StringgetKeyInput()StringgetObjectVersion()StringgetObjectVersionInput()StringgetRoleArn()StringgetRoleArnInput()voidresetObjectVersion()voidsetBucket(String value)voidsetInternalValue(GameliftScriptStorageLocation value)voidsetKey(String value)voidsetObjectVersion(String value)voidsetRoleArn(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
GameliftScriptStorageLocationOutputReference
protected GameliftScriptStorageLocationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GameliftScriptStorageLocationOutputReference
protected GameliftScriptStorageLocationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GameliftScriptStorageLocationOutputReference
@Stability(Stable) public GameliftScriptStorageLocationOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetObjectVersion
@Stability(Stable) public void resetObjectVersion()
-
getBucketInput
@Stability(Stable) @Nullable public String getBucketInput()
-
getKeyInput
@Stability(Stable) @Nullable public String getKeyInput()
-
getObjectVersionInput
@Stability(Stable) @Nullable public String getObjectVersionInput()
-
getRoleArnInput
@Stability(Stable) @Nullable public String getRoleArnInput()
-
getBucket
@Stability(Stable) @NotNull public String getBucket()
-
setBucket
@Stability(Stable) public void setBucket(@NotNull String value)
-
getKey
@Stability(Stable) @NotNull public String getKey()
-
setKey
@Stability(Stable) public void setKey(@NotNull String value)
-
getObjectVersion
@Stability(Stable) @NotNull public String getObjectVersion()
-
setObjectVersion
@Stability(Stable) public void setObjectVersion(@NotNull String value)
-
getRoleArn
@Stability(Stable) @NotNull public String getRoleArn()
-
setRoleArn
@Stability(Stable) public void setRoleArn(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public GameliftScriptStorageLocation getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GameliftScriptStorageLocation value)
-
-