Interface CloudAssetProjectFeedConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
CloudAssetProjectFeedConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.901Z") @Stability(Stable) public interface CloudAssetProjectFeedConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudAssetProjectFeedConfig.BuilderA builder forCloudAssetProjectFeedConfigstatic classCloudAssetProjectFeedConfig.Jsii$ProxyAn implementation forCloudAssetProjectFeedConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudAssetProjectFeedConfig.Builderbuilder()default List<String>getAssetNames()A list of the full names of the assets to receive updates.default List<String>getAssetTypes()A list of types of the assets to receive updates.default StringgetBillingProject()The project whose identity will be used when sending messages to the destination pubsub topic.default CloudAssetProjectFeedConditiongetCondition()condition block.default StringgetContentType()Asset content type.StringgetFeedId()This is the client-assigned asset feed identifier and it needs to be unique under a specific parent.CloudAssetProjectFeedFeedOutputConfiggetFeedOutputConfig()feed_output_config block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_project_feed#id CloudAssetProjectFeed#id}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_project_feed#project CloudAssetProjectFeed#project}.default CloudAssetProjectFeedTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getFeedId
@Stability(Stable) @NotNull String getFeedId()
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.43.1/docs/resources/cloud_asset_project_feed#feed_id CloudAssetProjectFeed#feed_id}
-
getFeedOutputConfig
@Stability(Stable) @NotNull CloudAssetProjectFeedFeedOutputConfig getFeedOutputConfig()
feed_output_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_project_feed#feed_output_config CloudAssetProjectFeed#feed_output_config}
-
getAssetNames
@Stability(Stable) @Nullable default List<String> getAssetNames()
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.43.1/docs/resources/cloud_asset_project_feed#asset_names CloudAssetProjectFeed#asset_names}
-
getAssetTypes
@Stability(Stable) @Nullable default List<String> getAssetTypes()
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.43.1/docs/resources/cloud_asset_project_feed#asset_types CloudAssetProjectFeed#asset_types}
-
getBillingProject
@Stability(Stable) @Nullable default String getBillingProject()
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/5.43.1/docs/resources/cloud_asset_project_feed#billing_project CloudAssetProjectFeed#billing_project}
-
getCondition
@Stability(Stable) @Nullable default CloudAssetProjectFeedCondition getCondition()
condition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_project_feed#condition CloudAssetProjectFeed#condition}
-
getContentType
@Stability(Stable) @Nullable default String getContentType()
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.43.1/docs/resources/cloud_asset_project_feed#content_type CloudAssetProjectFeed#content_type}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_project_feed#project CloudAssetProjectFeed#project}.
-
getTimeouts
@Stability(Stable) @Nullable default CloudAssetProjectFeedTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_project_feed#timeouts CloudAssetProjectFeed#timeouts}
-
builder
@Stability(Stable) static CloudAssetProjectFeedConfig.Builder builder()
-
-