Documentation ¶
Index ¶
- func CloudAssetProjectFeed_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func CloudAssetProjectFeed_IsConstruct(x interface{}) *bool
- func CloudAssetProjectFeed_IsTerraformElement(x interface{}) *bool
- func CloudAssetProjectFeed_IsTerraformResource(x interface{}) *bool
- func CloudAssetProjectFeed_TfResourceType() *string
- func NewCloudAssetProjectFeedConditionOutputReference_Override(c CloudAssetProjectFeedConditionOutputReference, ...)
- func NewCloudAssetProjectFeedFeedOutputConfigOutputReference_Override(c CloudAssetProjectFeedFeedOutputConfigOutputReference, ...)
- func NewCloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference_Override(c CloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference, ...)
- func NewCloudAssetProjectFeedTimeoutsOutputReference_Override(c CloudAssetProjectFeedTimeoutsOutputReference, ...)
- func NewCloudAssetProjectFeed_Override(c CloudAssetProjectFeed, scope constructs.Construct, id *string, ...)
- type CloudAssetProjectFeed
- type CloudAssetProjectFeedCondition
- type CloudAssetProjectFeedConditionOutputReference
- type CloudAssetProjectFeedConfig
- type CloudAssetProjectFeedFeedOutputConfig
- type CloudAssetProjectFeedFeedOutputConfigOutputReference
- type CloudAssetProjectFeedFeedOutputConfigPubsubDestination
- type CloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference
- type CloudAssetProjectFeedTimeouts
- type CloudAssetProjectFeedTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloudAssetProjectFeed_GenerateConfigForImport ¶
func CloudAssetProjectFeed_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a CloudAssetProjectFeed resource upon running "cdktf plan <stack-name>".
func CloudAssetProjectFeed_IsConstruct ¶
func CloudAssetProjectFeed_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 CloudAssetProjectFeed_IsTerraformElement ¶
func CloudAssetProjectFeed_IsTerraformElement(x interface{}) *bool
Experimental.
func CloudAssetProjectFeed_IsTerraformResource ¶
func CloudAssetProjectFeed_IsTerraformResource(x interface{}) *bool
Experimental.
func CloudAssetProjectFeed_TfResourceType ¶
func CloudAssetProjectFeed_TfResourceType() *string
func NewCloudAssetProjectFeedConditionOutputReference_Override ¶
func NewCloudAssetProjectFeedConditionOutputReference_Override(c CloudAssetProjectFeedConditionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudAssetProjectFeedFeedOutputConfigOutputReference_Override ¶
func NewCloudAssetProjectFeedFeedOutputConfigOutputReference_Override(c CloudAssetProjectFeedFeedOutputConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference_Override ¶
func NewCloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference_Override(c CloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudAssetProjectFeedTimeoutsOutputReference_Override ¶
func NewCloudAssetProjectFeedTimeoutsOutputReference_Override(c CloudAssetProjectFeedTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudAssetProjectFeed_Override ¶
func NewCloudAssetProjectFeed_Override(c CloudAssetProjectFeed, scope constructs.Construct, id *string, config *CloudAssetProjectFeedConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed google_cloud_asset_project_feed} Resource.
Types ¶
type CloudAssetProjectFeed ¶
type CloudAssetProjectFeed 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() CloudAssetProjectFeedConditionOutputReference ConditionInput() *CloudAssetProjectFeedCondition // 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() CloudAssetProjectFeedFeedOutputConfigOutputReference FeedOutputConfigInput() *CloudAssetProjectFeedFeedOutputConfig // 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 Project() *string SetProject(val *string) ProjectInput() *string // 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() CloudAssetProjectFeedTimeoutsOutputReference 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. 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) PutCondition(value *CloudAssetProjectFeedCondition) PutFeedOutputConfig(value *CloudAssetProjectFeedFeedOutputConfig) PutTimeouts(value *CloudAssetProjectFeedTimeouts) ResetAssetNames() ResetAssetTypes() ResetBillingProject() ResetCondition() ResetContentType() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetTimeouts() 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/google/6.14.1/docs/resources/cloud_asset_project_feed google_cloud_asset_project_feed}.
func NewCloudAssetProjectFeed ¶
func NewCloudAssetProjectFeed(scope constructs.Construct, id *string, config *CloudAssetProjectFeedConfig) CloudAssetProjectFeed
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed google_cloud_asset_project_feed} Resource.
type CloudAssetProjectFeedCondition ¶
type CloudAssetProjectFeedCondition struct { // Textual representation of an expression in Common Expression Language syntax. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed#expression CloudAssetProjectFeed#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/6.14.1/docs/resources/cloud_asset_project_feed#description CloudAssetProjectFeed#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/6.14.1/docs/resources/cloud_asset_project_feed#location CloudAssetProjectFeed#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/6.14.1/docs/resources/cloud_asset_project_feed#title CloudAssetProjectFeed#title} Title *string `field:"optional" json:"title" yaml:"title"` }
type CloudAssetProjectFeedConditionOutputReference ¶
type CloudAssetProjectFeedConditionOutputReference 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() *CloudAssetProjectFeedCondition SetInternalValue(val *CloudAssetProjectFeedCondition) 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 NewCloudAssetProjectFeedConditionOutputReference ¶
func NewCloudAssetProjectFeedConditionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudAssetProjectFeedConditionOutputReference
type CloudAssetProjectFeedConfig ¶
type CloudAssetProjectFeedConfig 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"` // 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/6.14.1/docs/resources/cloud_asset_project_feed#feed_id CloudAssetProjectFeed#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/6.14.1/docs/resources/cloud_asset_project_feed#feed_output_config CloudAssetProjectFeed#feed_output_config} FeedOutputConfig *CloudAssetProjectFeedFeedOutputConfig `field:"required" json:"feedOutputConfig" yaml:"feedOutputConfig"` // 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/6.14.1/docs/resources/cloud_asset_project_feed#asset_names CloudAssetProjectFeed#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/6.14.1/docs/resources/cloud_asset_project_feed#asset_types CloudAssetProjectFeed#asset_types} AssetTypes *[]*string `field:"optional" json:"assetTypes" yaml:"assetTypes"` // 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. If not specified, the resource's // project will be used. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed#billing_project CloudAssetProjectFeed#billing_project} BillingProject *string `field:"optional" json:"billingProject" yaml:"billingProject"` // condition block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed#condition CloudAssetProjectFeed#condition} Condition *CloudAssetProjectFeedCondition `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/6.14.1/docs/resources/cloud_asset_project_feed#content_type CloudAssetProjectFeed#content_type} ContentType *string `field:"optional" json:"contentType" yaml:"contentType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed#id CloudAssetProjectFeed#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/google/6.14.1/docs/resources/cloud_asset_project_feed#project CloudAssetProjectFeed#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed#timeouts CloudAssetProjectFeed#timeouts} Timeouts *CloudAssetProjectFeedTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type CloudAssetProjectFeedFeedOutputConfig ¶
type CloudAssetProjectFeedFeedOutputConfig struct { // pubsub_destination block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed#pubsub_destination CloudAssetProjectFeed#pubsub_destination} PubsubDestination *CloudAssetProjectFeedFeedOutputConfigPubsubDestination `field:"required" json:"pubsubDestination" yaml:"pubsubDestination"` }
type CloudAssetProjectFeedFeedOutputConfigOutputReference ¶
type CloudAssetProjectFeedFeedOutputConfigOutputReference 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() *CloudAssetProjectFeedFeedOutputConfig SetInternalValue(val *CloudAssetProjectFeedFeedOutputConfig) PubsubDestination() CloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference PubsubDestinationInput() *CloudAssetProjectFeedFeedOutputConfigPubsubDestination // 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 *CloudAssetProjectFeedFeedOutputConfigPubsubDestination) // 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 NewCloudAssetProjectFeedFeedOutputConfigOutputReference ¶
func NewCloudAssetProjectFeedFeedOutputConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudAssetProjectFeedFeedOutputConfigOutputReference
type CloudAssetProjectFeedFeedOutputConfigPubsubDestination ¶
type CloudAssetProjectFeedFeedOutputConfigPubsubDestination struct { // Destination on Cloud Pubsub topic. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed#topic CloudAssetProjectFeed#topic} Topic *string `field:"required" json:"topic" yaml:"topic"` }
type CloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference ¶
type CloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference 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() *CloudAssetProjectFeedFeedOutputConfigPubsubDestination SetInternalValue(val *CloudAssetProjectFeedFeedOutputConfigPubsubDestination) // 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 NewCloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference ¶
func NewCloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference
type CloudAssetProjectFeedTimeouts ¶
type CloudAssetProjectFeedTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed#create CloudAssetProjectFeed#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed#delete CloudAssetProjectFeed#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/cloud_asset_project_feed#update CloudAssetProjectFeed#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type CloudAssetProjectFeedTimeoutsOutputReference ¶
type CloudAssetProjectFeedTimeoutsOutputReference 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 NewCloudAssetProjectFeedTimeoutsOutputReference ¶
func NewCloudAssetProjectFeedTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudAssetProjectFeedTimeoutsOutputReference
Source Files ¶
- CloudAssetProjectFeed.go
- CloudAssetProjectFeedCondition.go
- CloudAssetProjectFeedConditionOutputReference.go
- CloudAssetProjectFeedConditionOutputReference__checks.go
- CloudAssetProjectFeedConfig.go
- CloudAssetProjectFeedFeedOutputConfig.go
- CloudAssetProjectFeedFeedOutputConfigOutputReference.go
- CloudAssetProjectFeedFeedOutputConfigOutputReference__checks.go
- CloudAssetProjectFeedFeedOutputConfigPubsubDestination.go
- CloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference.go
- CloudAssetProjectFeedFeedOutputConfigPubsubDestinationOutputReference__checks.go
- CloudAssetProjectFeedTimeouts.go
- CloudAssetProjectFeedTimeoutsOutputReference.go
- CloudAssetProjectFeedTimeoutsOutputReference__checks.go
- CloudAssetProjectFeed__checks.go
- main.go