Documentation ¶
Index ¶
- func AppstreamStack_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func AppstreamStack_IsConstruct(x interface{}) *bool
- func AppstreamStack_IsTerraformElement(x interface{}) *bool
- func AppstreamStack_IsTerraformResource(x interface{}) *bool
- func AppstreamStack_TfResourceType() *string
- func NewAppstreamStackAccessEndpointsList_Override(a AppstreamStackAccessEndpointsList, ...)
- func NewAppstreamStackAccessEndpointsOutputReference_Override(a AppstreamStackAccessEndpointsOutputReference, ...)
- func NewAppstreamStackApplicationSettingsOutputReference_Override(a AppstreamStackApplicationSettingsOutputReference, ...)
- func NewAppstreamStackStorageConnectorsList_Override(a AppstreamStackStorageConnectorsList, ...)
- func NewAppstreamStackStorageConnectorsOutputReference_Override(a AppstreamStackStorageConnectorsOutputReference, ...)
- func NewAppstreamStackStreamingExperienceSettingsOutputReference_Override(a AppstreamStackStreamingExperienceSettingsOutputReference, ...)
- func NewAppstreamStackUserSettingsList_Override(a AppstreamStackUserSettingsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewAppstreamStackUserSettingsOutputReference_Override(a AppstreamStackUserSettingsOutputReference, ...)
- func NewAppstreamStack_Override(a AppstreamStack, scope constructs.Construct, id *string, ...)
- type AppstreamStack
- type AppstreamStackAccessEndpoints
- type AppstreamStackAccessEndpointsList
- type AppstreamStackAccessEndpointsOutputReference
- type AppstreamStackApplicationSettings
- type AppstreamStackApplicationSettingsOutputReference
- type AppstreamStackConfig
- type AppstreamStackStorageConnectors
- type AppstreamStackStorageConnectorsList
- type AppstreamStackStorageConnectorsOutputReference
- type AppstreamStackStreamingExperienceSettings
- type AppstreamStackStreamingExperienceSettingsOutputReference
- type AppstreamStackUserSettings
- type AppstreamStackUserSettingsList
- type AppstreamStackUserSettingsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppstreamStack_GenerateConfigForImport ¶
func AppstreamStack_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a AppstreamStack resource upon running "cdktf plan <stack-name>".
func AppstreamStack_IsConstruct ¶
func AppstreamStack_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func AppstreamStack_IsTerraformElement ¶
func AppstreamStack_IsTerraformElement(x interface{}) *bool
Experimental.
func AppstreamStack_IsTerraformResource ¶
func AppstreamStack_IsTerraformResource(x interface{}) *bool
Experimental.
func AppstreamStack_TfResourceType ¶
func AppstreamStack_TfResourceType() *string
func NewAppstreamStackAccessEndpointsList_Override ¶
func NewAppstreamStackAccessEndpointsList_Override(a AppstreamStackAccessEndpointsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewAppstreamStackAccessEndpointsOutputReference_Override ¶
func NewAppstreamStackAccessEndpointsOutputReference_Override(a AppstreamStackAccessEndpointsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewAppstreamStackApplicationSettingsOutputReference_Override ¶
func NewAppstreamStackApplicationSettingsOutputReference_Override(a AppstreamStackApplicationSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppstreamStackStorageConnectorsList_Override ¶
func NewAppstreamStackStorageConnectorsList_Override(a AppstreamStackStorageConnectorsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewAppstreamStackStorageConnectorsOutputReference_Override ¶
func NewAppstreamStackStorageConnectorsOutputReference_Override(a AppstreamStackStorageConnectorsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewAppstreamStackStreamingExperienceSettingsOutputReference_Override ¶
func NewAppstreamStackStreamingExperienceSettingsOutputReference_Override(a AppstreamStackStreamingExperienceSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppstreamStackUserSettingsList_Override ¶
func NewAppstreamStackUserSettingsList_Override(a AppstreamStackUserSettingsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewAppstreamStackUserSettingsOutputReference_Override ¶
func NewAppstreamStackUserSettingsOutputReference_Override(a AppstreamStackUserSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewAppstreamStack_Override ¶
func NewAppstreamStack_Override(a AppstreamStack, scope constructs.Construct, id *string, config *AppstreamStackConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack aws_appstream_stack} Resource.
Types ¶
type AppstreamStack ¶
type AppstreamStack interface { cdktf.TerraformResource AccessEndpoints() AppstreamStackAccessEndpointsList AccessEndpointsInput() interface{} ApplicationSettings() AppstreamStackApplicationSettingsOutputReference ApplicationSettingsInput() *AppstreamStackApplicationSettings Arn() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreatedTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string EmbedHostDomains() *[]*string SetEmbedHostDomains(val *[]*string) EmbedHostDomainsInput() *[]*string FeedbackUrl() *string SetFeedbackUrl(val *string) FeedbackUrlInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RedirectUrl() *string SetRedirectUrl(val *string) RedirectUrlInput() *string StorageConnectors() AppstreamStackStorageConnectorsList StorageConnectorsInput() interface{} StreamingExperienceSettings() AppstreamStackStreamingExperienceSettingsOutputReference StreamingExperienceSettingsInput() *AppstreamStackStreamingExperienceSettings Tags() *map[string]*string SetTags(val *map[string]*string) TagsAll() *map[string]*string SetTagsAll(val *map[string]*string) TagsAllInput() *map[string]*string TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string UserSettings() AppstreamStackUserSettingsList UserSettingsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAccessEndpoints(value interface{}) PutApplicationSettings(value *AppstreamStackApplicationSettings) PutStorageConnectors(value interface{}) PutStreamingExperienceSettings(value *AppstreamStackStreamingExperienceSettings) PutUserSettings(value interface{}) ResetAccessEndpoints() ResetApplicationSettings() ResetDescription() ResetDisplayName() ResetEmbedHostDomains() ResetFeedbackUrl() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRedirectUrl() ResetStorageConnectors() ResetStreamingExperienceSettings() ResetTags() ResetTagsAll() ResetUserSettings() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack aws_appstream_stack}.
func NewAppstreamStack ¶
func NewAppstreamStack(scope constructs.Construct, id *string, config *AppstreamStackConfig) AppstreamStack
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack aws_appstream_stack} Resource.
type AppstreamStackAccessEndpoints ¶
type AppstreamStackAccessEndpoints struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#endpoint_type AppstreamStack#endpoint_type}. EndpointType *string `field:"required" json:"endpointType" yaml:"endpointType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#vpce_id AppstreamStack#vpce_id}. VpceId *string `field:"optional" json:"vpceId" yaml:"vpceId"` }
type AppstreamStackAccessEndpointsList ¶
type AppstreamStackAccessEndpointsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) AppstreamStackAccessEndpointsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppstreamStackAccessEndpointsList ¶
func NewAppstreamStackAccessEndpointsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AppstreamStackAccessEndpointsList
type AppstreamStackAccessEndpointsOutputReference ¶
type AppstreamStackAccessEndpointsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string EndpointType() *string SetEndpointType(val *string) EndpointTypeInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VpceId() *string SetVpceId(val *string) VpceIdInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetVpceId() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppstreamStackAccessEndpointsOutputReference ¶
func NewAppstreamStackAccessEndpointsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) AppstreamStackAccessEndpointsOutputReference
type AppstreamStackApplicationSettings ¶
type AppstreamStackApplicationSettings struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#enabled AppstreamStack#enabled}. Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#settings_group AppstreamStack#settings_group}. SettingsGroup *string `field:"optional" json:"settingsGroup" yaml:"settingsGroup"` }
type AppstreamStackApplicationSettingsOutputReference ¶
type AppstreamStackApplicationSettingsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *AppstreamStackApplicationSettings SetInternalValue(val *AppstreamStackApplicationSettings) SettingsGroup() *string SetSettingsGroup(val *string) SettingsGroupInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetSettingsGroup() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppstreamStackApplicationSettingsOutputReference ¶
func NewAppstreamStackApplicationSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppstreamStackApplicationSettingsOutputReference
type AppstreamStackConfig ¶
type AppstreamStackConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#name AppstreamStack#name}. Name *string `field:"required" json:"name" yaml:"name"` // access_endpoints block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#access_endpoints AppstreamStack#access_endpoints} AccessEndpoints interface{} `field:"optional" json:"accessEndpoints" yaml:"accessEndpoints"` // application_settings block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#application_settings AppstreamStack#application_settings} ApplicationSettings *AppstreamStackApplicationSettings `field:"optional" json:"applicationSettings" yaml:"applicationSettings"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#description AppstreamStack#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#display_name AppstreamStack#display_name}. DisplayName *string `field:"optional" json:"displayName" yaml:"displayName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#embed_host_domains AppstreamStack#embed_host_domains}. EmbedHostDomains *[]*string `field:"optional" json:"embedHostDomains" yaml:"embedHostDomains"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#feedback_url AppstreamStack#feedback_url}. FeedbackUrl *string `field:"optional" json:"feedbackUrl" yaml:"feedbackUrl"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#id AppstreamStack#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. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#redirect_url AppstreamStack#redirect_url}. RedirectUrl *string `field:"optional" json:"redirectUrl" yaml:"redirectUrl"` // storage_connectors block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#storage_connectors AppstreamStack#storage_connectors} StorageConnectors interface{} `field:"optional" json:"storageConnectors" yaml:"storageConnectors"` // streaming_experience_settings block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#streaming_experience_settings AppstreamStack#streaming_experience_settings} StreamingExperienceSettings *AppstreamStackStreamingExperienceSettings `field:"optional" json:"streamingExperienceSettings" yaml:"streamingExperienceSettings"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#tags AppstreamStack#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#tags_all AppstreamStack#tags_all}. TagsAll *map[string]*string `field:"optional" json:"tagsAll" yaml:"tagsAll"` // user_settings block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#user_settings AppstreamStack#user_settings} UserSettings interface{} `field:"optional" json:"userSettings" yaml:"userSettings"` }
type AppstreamStackStorageConnectors ¶
type AppstreamStackStorageConnectors struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#connector_type AppstreamStack#connector_type}. ConnectorType *string `field:"required" json:"connectorType" yaml:"connectorType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#domains AppstreamStack#domains}. Domains *[]*string `field:"optional" json:"domains" yaml:"domains"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#resource_identifier AppstreamStack#resource_identifier}. ResourceIdentifier *string `field:"optional" json:"resourceIdentifier" yaml:"resourceIdentifier"` }
type AppstreamStackStorageConnectorsList ¶
type AppstreamStackStorageConnectorsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) AppstreamStackStorageConnectorsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppstreamStackStorageConnectorsList ¶
func NewAppstreamStackStorageConnectorsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AppstreamStackStorageConnectorsList
type AppstreamStackStorageConnectorsOutputReference ¶
type AppstreamStackStorageConnectorsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) ConnectorType() *string SetConnectorType(val *string) ConnectorTypeInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Domains() *[]*string SetDomains(val *[]*string) DomainsInput() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) ResourceIdentifier() *string SetResourceIdentifier(val *string) ResourceIdentifierInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetDomains() ResetResourceIdentifier() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppstreamStackStorageConnectorsOutputReference ¶
func NewAppstreamStackStorageConnectorsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) AppstreamStackStorageConnectorsOutputReference
type AppstreamStackStreamingExperienceSettings ¶
type AppstreamStackStreamingExperienceSettings struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#preferred_protocol AppstreamStack#preferred_protocol}. PreferredProtocol *string `field:"optional" json:"preferredProtocol" yaml:"preferredProtocol"` }
type AppstreamStackStreamingExperienceSettingsOutputReference ¶
type AppstreamStackStreamingExperienceSettingsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *AppstreamStackStreamingExperienceSettings SetInternalValue(val *AppstreamStackStreamingExperienceSettings) PreferredProtocol() *string SetPreferredProtocol(val *string) PreferredProtocolInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetPreferredProtocol() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppstreamStackStreamingExperienceSettingsOutputReference ¶
func NewAppstreamStackStreamingExperienceSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppstreamStackStreamingExperienceSettingsOutputReference
type AppstreamStackUserSettings ¶
type AppstreamStackUserSettings struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#action AppstreamStack#action}. Action *string `field:"required" json:"action" yaml:"action"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/appstream_stack#permission AppstreamStack#permission}. Permission *string `field:"required" json:"permission" yaml:"permission"` }
type AppstreamStackUserSettingsList ¶
type AppstreamStackUserSettingsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) AppstreamStackUserSettingsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppstreamStackUserSettingsList ¶
func NewAppstreamStackUserSettingsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AppstreamStackUserSettingsList
type AppstreamStackUserSettingsOutputReference ¶
type AppstreamStackUserSettingsOutputReference interface { cdktf.ComplexObject Action() *string SetAction(val *string) ActionInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Permission() *string SetPermission(val *string) PermissionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppstreamStackUserSettingsOutputReference ¶
func NewAppstreamStackUserSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) AppstreamStackUserSettingsOutputReference
Source Files ¶
- AppstreamStack.go
- AppstreamStackAccessEndpoints.go
- AppstreamStackAccessEndpointsList.go
- AppstreamStackAccessEndpointsList__checks.go
- AppstreamStackAccessEndpointsOutputReference.go
- AppstreamStackAccessEndpointsOutputReference__checks.go
- AppstreamStackApplicationSettings.go
- AppstreamStackApplicationSettingsOutputReference.go
- AppstreamStackApplicationSettingsOutputReference__checks.go
- AppstreamStackConfig.go
- AppstreamStackStorageConnectors.go
- AppstreamStackStorageConnectorsList.go
- AppstreamStackStorageConnectorsList__checks.go
- AppstreamStackStorageConnectorsOutputReference.go
- AppstreamStackStorageConnectorsOutputReference__checks.go
- AppstreamStackStreamingExperienceSettings.go
- AppstreamStackStreamingExperienceSettingsOutputReference.go
- AppstreamStackStreamingExperienceSettingsOutputReference__checks.go
- AppstreamStackUserSettings.go
- AppstreamStackUserSettingsList.go
- AppstreamStackUserSettingsList__checks.go
- AppstreamStackUserSettingsOutputReference.go
- AppstreamStackUserSettingsOutputReference__checks.go
- AppstreamStack__checks.go
- main.go