Documentation ¶
Index ¶
- func CloudAssetFolderFeed_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func CloudAssetFolderFeed_IsConstruct(x interface{}) *bool
- func CloudAssetFolderFeed_IsTerraformElement(x interface{}) *bool
- func CloudAssetFolderFeed_IsTerraformResource(x interface{}) *bool
- func CloudAssetFolderFeed_TfResourceType() *string
- func NewCloudAssetFolderFeedConditionOutputReference_Override(c CloudAssetFolderFeedConditionOutputReference, ...)
- func NewCloudAssetFolderFeedFeedOutputConfigOutputReference_Override(c CloudAssetFolderFeedFeedOutputConfigOutputReference, ...)
- func NewCloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference_Override(c CloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference, ...)
- func NewCloudAssetFolderFeedTimeoutsOutputReference_Override(c CloudAssetFolderFeedTimeoutsOutputReference, ...)
- func NewCloudAssetFolderFeed_Override(c CloudAssetFolderFeed, scope constructs.Construct, id *string, ...)
- type CloudAssetFolderFeed
- type CloudAssetFolderFeedCondition
- type CloudAssetFolderFeedConditionOutputReference
- type CloudAssetFolderFeedConfig
- type CloudAssetFolderFeedFeedOutputConfig
- type CloudAssetFolderFeedFeedOutputConfigOutputReference
- type CloudAssetFolderFeedFeedOutputConfigPubsubDestination
- type CloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference
- type CloudAssetFolderFeedTimeouts
- type CloudAssetFolderFeedTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloudAssetFolderFeed_GenerateConfigForImport ¶
func CloudAssetFolderFeed_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a CloudAssetFolderFeed resource upon running "cdktf plan <stack-name>".
func CloudAssetFolderFeed_IsConstruct ¶
func CloudAssetFolderFeed_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 CloudAssetFolderFeed_IsTerraformElement ¶
func CloudAssetFolderFeed_IsTerraformElement(x interface{}) *bool
Experimental.
func CloudAssetFolderFeed_IsTerraformResource ¶
func CloudAssetFolderFeed_IsTerraformResource(x interface{}) *bool
Experimental.
func CloudAssetFolderFeed_TfResourceType ¶
func CloudAssetFolderFeed_TfResourceType() *string
func NewCloudAssetFolderFeedConditionOutputReference_Override ¶
func NewCloudAssetFolderFeedConditionOutputReference_Override(c CloudAssetFolderFeedConditionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudAssetFolderFeedFeedOutputConfigOutputReference_Override ¶
func NewCloudAssetFolderFeedFeedOutputConfigOutputReference_Override(c CloudAssetFolderFeedFeedOutputConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference_Override ¶
func NewCloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference_Override(c CloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudAssetFolderFeedTimeoutsOutputReference_Override ¶
func NewCloudAssetFolderFeedTimeoutsOutputReference_Override(c CloudAssetFolderFeedTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudAssetFolderFeed_Override ¶
func NewCloudAssetFolderFeed_Override(c CloudAssetFolderFeed, scope constructs.Construct, id *string, config *CloudAssetFolderFeedConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed google_cloud_asset_folder_feed} Resource.
Types ¶
type CloudAssetFolderFeed ¶
type CloudAssetFolderFeed interface { cdktf.TerraformResource AssetNames() *[]*string SetAssetNames(val *[]*string) AssetNamesInput() *[]*string AssetTypes() *[]*string SetAssetTypes(val *[]*string) AssetTypesInput() *[]*string BillingProject() *string SetBillingProject(val *string) BillingProjectInput() *string // Experimental. CdktfStack() cdktf.TerraformStack Condition() CloudAssetFolderFeedConditionOutputReference ConditionInput() *CloudAssetFolderFeedCondition // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} ContentType() *string SetContentType(val *string) ContentTypeInput() *string // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) FeedId() *string SetFeedId(val *string) FeedIdInput() *string FeedOutputConfig() CloudAssetFolderFeedFeedOutputConfigOutputReference FeedOutputConfigInput() *CloudAssetFolderFeedFeedOutputConfig Folder() *string SetFolder(val *string) FolderId() *string FolderInput() *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 // 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{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() CloudAssetFolderFeedTimeoutsOutputReference TimeoutsInput() 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. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutCondition(value *CloudAssetFolderFeedCondition) PutFeedOutputConfig(value *CloudAssetFolderFeedFeedOutputConfig) PutTimeouts(value *CloudAssetFolderFeedTimeouts) ResetAssetNames() ResetAssetTypes() ResetCondition() ResetContentType() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTimeouts() SynthesizeAttributes() *map[string]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/google/5.7.0/docs/resources/cloud_asset_folder_feed google_cloud_asset_folder_feed}.
func NewCloudAssetFolderFeed ¶
func NewCloudAssetFolderFeed(scope constructs.Construct, id *string, config *CloudAssetFolderFeedConfig) CloudAssetFolderFeed
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed google_cloud_asset_folder_feed} Resource.
type CloudAssetFolderFeedCondition ¶
type CloudAssetFolderFeedCondition struct { // Textual representation of an expression in Common Expression Language syntax. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#expression CloudAssetFolderFeed#expression} Expression *string `field:"required" json:"expression" yaml:"expression"` // Description of the expression. // // This is a longer text which describes the expression, // e.g. when hovered over it in a UI. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#description CloudAssetFolderFeed#description} Description *string `field:"optional" json:"description" yaml:"description"` // String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#location CloudAssetFolderFeed#location} Location *string `field:"optional" json:"location" yaml:"location"` // Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#title CloudAssetFolderFeed#title} Title *string `field:"optional" json:"title" yaml:"title"` }
type CloudAssetFolderFeedConditionOutputReference ¶
type CloudAssetFolderFeedConditionOutputReference 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 Description() *string SetDescription(val *string) DescriptionInput() *string Expression() *string SetExpression(val *string) ExpressionInput() *string // Experimental. Fqn() *string InternalValue() *CloudAssetFolderFeedCondition SetInternalValue(val *CloudAssetFolderFeedCondition) Location() *string SetLocation(val *string) LocationInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Title() *string SetTitle(val *string) TitleInput() *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 ResetDescription() ResetLocation() ResetTitle() // 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 NewCloudAssetFolderFeedConditionOutputReference ¶
func NewCloudAssetFolderFeedConditionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudAssetFolderFeedConditionOutputReference
type CloudAssetFolderFeedConfig ¶
type CloudAssetFolderFeedConfig 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"` // The project whose identity will be used when sending messages to the destination pubsub topic. // // It also specifies the project for API // enablement check, quota, and billing. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#billing_project CloudAssetFolderFeed#billing_project} BillingProject *string `field:"required" json:"billingProject" yaml:"billingProject"` // This is the client-assigned asset feed identifier and it needs to be unique under a specific parent. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#feed_id CloudAssetFolderFeed#feed_id} FeedId *string `field:"required" json:"feedId" yaml:"feedId"` // feed_output_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#feed_output_config CloudAssetFolderFeed#feed_output_config} FeedOutputConfig *CloudAssetFolderFeedFeedOutputConfig `field:"required" json:"feedOutputConfig" yaml:"feedOutputConfig"` // The folder this feed should be created in. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#folder CloudAssetFolderFeed#folder} Folder *string `field:"required" json:"folder" yaml:"folder"` // A list of the full names of the assets to receive updates. // // You must specify either or both of // assetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are // exported to the feed. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1. // See https://cloud.google.com/apis/design/resourceNames#fullResourceName for more info. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#asset_names CloudAssetFolderFeed#asset_names} AssetNames *[]*string `field:"optional" json:"assetNames" yaml:"assetNames"` // A list of types of the assets to receive updates. // // You must specify either or both of assetNames // and assetTypes. Only asset updates matching specified assetNames and assetTypes are exported to // the feed. For example: "compute.googleapis.com/Disk" // See https://cloud.google.com/asset-inventory/docs/supported-asset-types for a list of all // supported asset types. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#asset_types CloudAssetFolderFeed#asset_types} AssetTypes *[]*string `field:"optional" json:"assetTypes" yaml:"assetTypes"` // condition block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#condition CloudAssetFolderFeed#condition} Condition *CloudAssetFolderFeedCondition `field:"optional" json:"condition" yaml:"condition"` // Asset content type. // // If not specified, no content but the asset name and type will be returned. Possible values: ["CONTENT_TYPE_UNSPECIFIED", "RESOURCE", "IAM_POLICY", "ORG_POLICY", "OS_INVENTORY", "ACCESS_POLICY"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#content_type CloudAssetFolderFeed#content_type} ContentType *string `field:"optional" json:"contentType" yaml:"contentType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#id CloudAssetFolderFeed#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"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#timeouts CloudAssetFolderFeed#timeouts} Timeouts *CloudAssetFolderFeedTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type CloudAssetFolderFeedFeedOutputConfig ¶
type CloudAssetFolderFeedFeedOutputConfig struct { // pubsub_destination block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#pubsub_destination CloudAssetFolderFeed#pubsub_destination} PubsubDestination *CloudAssetFolderFeedFeedOutputConfigPubsubDestination `field:"required" json:"pubsubDestination" yaml:"pubsubDestination"` }
type CloudAssetFolderFeedFeedOutputConfigOutputReference ¶
type CloudAssetFolderFeedFeedOutputConfigOutputReference 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() *CloudAssetFolderFeedFeedOutputConfig SetInternalValue(val *CloudAssetFolderFeedFeedOutputConfig) PubsubDestination() CloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference PubsubDestinationInput() *CloudAssetFolderFeedFeedOutputConfigPubsubDestination // 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 PutPubsubDestination(value *CloudAssetFolderFeedFeedOutputConfigPubsubDestination) // 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 NewCloudAssetFolderFeedFeedOutputConfigOutputReference ¶
func NewCloudAssetFolderFeedFeedOutputConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudAssetFolderFeedFeedOutputConfigOutputReference
type CloudAssetFolderFeedFeedOutputConfigPubsubDestination ¶
type CloudAssetFolderFeedFeedOutputConfigPubsubDestination struct { // Destination on Cloud Pubsub topic. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#topic CloudAssetFolderFeed#topic} Topic *string `field:"required" json:"topic" yaml:"topic"` }
type CloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference ¶
type CloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference 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() *CloudAssetFolderFeedFeedOutputConfigPubsubDestination SetInternalValue(val *CloudAssetFolderFeedFeedOutputConfigPubsubDestination) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Topic() *string SetTopic(val *string) TopicInput() *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 // 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 NewCloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference ¶
func NewCloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference
type CloudAssetFolderFeedTimeouts ¶
type CloudAssetFolderFeedTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#create CloudAssetFolderFeed#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#delete CloudAssetFolderFeed#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/cloud_asset_folder_feed#update CloudAssetFolderFeed#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type CloudAssetFolderFeedTimeoutsOutputReference ¶
type CloudAssetFolderFeedTimeoutsOutputReference 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) Create() *string SetCreate(val *string) CreateInput() *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 Delete() *string SetDelete(val *string) DeleteInput() *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) Update() *string SetUpdate(val *string) UpdateInput() *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 ResetCreate() ResetDelete() ResetUpdate() // 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 NewCloudAssetFolderFeedTimeoutsOutputReference ¶
func NewCloudAssetFolderFeedTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudAssetFolderFeedTimeoutsOutputReference
Source Files ¶
- CloudAssetFolderFeed.go
- CloudAssetFolderFeedCondition.go
- CloudAssetFolderFeedConditionOutputReference.go
- CloudAssetFolderFeedConditionOutputReference__checks.go
- CloudAssetFolderFeedConfig.go
- CloudAssetFolderFeedFeedOutputConfig.go
- CloudAssetFolderFeedFeedOutputConfigOutputReference.go
- CloudAssetFolderFeedFeedOutputConfigOutputReference__checks.go
- CloudAssetFolderFeedFeedOutputConfigPubsubDestination.go
- CloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference.go
- CloudAssetFolderFeedFeedOutputConfigPubsubDestinationOutputReference__checks.go
- CloudAssetFolderFeedTimeouts.go
- CloudAssetFolderFeedTimeoutsOutputReference.go
- CloudAssetFolderFeedTimeoutsOutputReference__checks.go
- CloudAssetFolderFeed__checks.go
- main.go