Interface CloudAssetFolderFeedConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
CloudAssetFolderFeedConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.884Z") @Stability(Stable) public interface CloudAssetFolderFeedConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudAssetFolderFeedConfig.BuilderA builder forCloudAssetFolderFeedConfigstatic classCloudAssetFolderFeedConfig.Jsii$ProxyAn implementation forCloudAssetFolderFeedConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudAssetFolderFeedConfig.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.StringgetBillingProject()The project whose identity will be used when sending messages to the destination pubsub topic.default CloudAssetFolderFeedConditiongetCondition()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.CloudAssetFolderFeedFeedOutputConfiggetFeedOutputConfig()feed_output_config block.StringgetFolder()The folder this feed should be created in.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_folder_feed#id CloudAssetFolderFeed#id}.default CloudAssetFolderFeedTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getBillingProject
@Stability(Stable) @NotNull 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_folder_feed#billing_project CloudAssetFolderFeed#billing_project}
-
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_folder_feed#feed_id CloudAssetFolderFeed#feed_id}
-
getFeedOutputConfig
@Stability(Stable) @NotNull CloudAssetFolderFeedFeedOutputConfig getFeedOutputConfig()
feed_output_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_folder_feed#feed_output_config CloudAssetFolderFeed#feed_output_config}
-
getFolder
@Stability(Stable) @NotNull String getFolder()
The folder this feed should be created in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_folder_feed#folder CloudAssetFolderFeed#folder}
-
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_folder_feed#asset_names CloudAssetFolderFeed#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_folder_feed#asset_types CloudAssetFolderFeed#asset_types}
-
getCondition
@Stability(Stable) @Nullable default CloudAssetFolderFeedCondition getCondition()
condition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_folder_feed#condition CloudAssetFolderFeed#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_folder_feed#content_type CloudAssetFolderFeed#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_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.
-
getTimeouts
@Stability(Stable) @Nullable default CloudAssetFolderFeedTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_folder_feed#timeouts CloudAssetFolderFeed#timeouts}
-
builder
@Stability(Stable) static CloudAssetFolderFeedConfig.Builder builder()
- Returns:
- a
CloudAssetFolderFeedConfig.BuilderofCloudAssetFolderFeedConfig
-
-