Package com.pulumi.gcp.cloudasset.inputs
Class OrganizationFeedState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.cloudasset.inputs.OrganizationFeedState
-
public final class OrganizationFeedState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OrganizationFeedState.Builder
-
Field Summary
Fields Modifier and Type Field Description static OrganizationFeedState
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 OrganizationFeedState.Builder
builder()
static OrganizationFeedState.Builder
builder(OrganizationFeedState defaults)
java.util.Optional<com.pulumi.core.Output<OrganizationFeedConditionArgs>>
condition()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
contentType()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
feedId()
java.util.Optional<com.pulumi.core.Output<OrganizationFeedFeedOutputConfigArgs>>
feedOutputConfig()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
orgId()
-
-
-
Field Detail
-
Empty
public static final OrganizationFeedState 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.
-
condition
public java.util.Optional<com.pulumi.core.Output<OrganizationFeedConditionArgs>> 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 java.util.Optional<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 java.util.Optional<com.pulumi.core.Output<OrganizationFeedFeedOutputConfigArgs>> feedOutputConfig()
- Returns:
- Output configuration for asset feed destination. Structure is documented below.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The format will be organizations/{organization_number}/feeds/{client-assigned_feed_identifier}.
-
orgId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> orgId()
- Returns:
- The organization this feed should be created in.
-
builder
public static OrganizationFeedState.Builder builder()
-
builder
public static OrganizationFeedState.Builder builder(OrganizationFeedState defaults)
-
-