Package com.pulumi.gcp.cloudasset
Class ProjectFeedArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.cloudasset.ProjectFeedArgs
-
public final class ProjectFeedArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectFeedArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ProjectFeedArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
assetNames()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
assetTypes()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
billingProject()
static ProjectFeedArgs.Builder
builder()
static ProjectFeedArgs.Builder
builder(ProjectFeedArgs defaults)
java.util.Optional<com.pulumi.core.Output<ProjectFeedConditionArgs>>
condition()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
contentType()
com.pulumi.core.Output<java.lang.String>
feedId()
com.pulumi.core.Output<ProjectFeedFeedOutputConfigArgs>
feedOutputConfig()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
project()
-
-
-
Field Detail
-
Empty
public static final ProjectFeedArgs Empty
-
-
Method Detail
-
assetNames
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> assetNames()
- Returns:
- 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.
-
assetTypes
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> assetTypes()
- Returns:
- 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.
-
billingProject
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> billingProject()
- Returns:
- 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.
-
condition
public java.util.Optional<com.pulumi.core.Output<ProjectFeedConditionArgs>> condition()
- Returns:
- A condition which determines whether an asset update should be published. If specified, an asset will be returned only when the expression evaluates to true. When set, expression field must be a valid CEL expression on a TemporalAsset with name temporal_asset. Example: a Feed with expression "temporal_asset.deleted == true" will only publish Asset deletions. Other fields of condition are optional. Structure is documented below.
-
contentType
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> contentType()
- Returns:
- Asset content type. If not specified, no content but the asset name and type will be returned. Possible values are `CONTENT_TYPE_UNSPECIFIED`, `RESOURCE`, `IAM_POLICY`, `ORG_POLICY`, and `ACCESS_POLICY`.
-
feedId
public com.pulumi.core.Output<java.lang.String> feedId()
- Returns:
- This is the client-assigned asset feed identifier and it needs to be unique under a specific parent.
-
feedOutputConfig
public com.pulumi.core.Output<ProjectFeedFeedOutputConfigArgs> feedOutputConfig()
- Returns:
- Output configuration for asset feed destination. Structure is documented below.
-
project
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
- Returns:
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
-
builder
public static ProjectFeedArgs.Builder builder()
-
builder
public static ProjectFeedArgs.Builder builder(ProjectFeedArgs defaults)
-
-