AssetFeed
| Property | Value |
|---|---|
| Google Cloud Service Name | Cloud Asset Inventory |
| Google Cloud Service Documentation | /asset-inventory/docs/ |
| Google Cloud REST Resource Name | v1.feeds |
| Google Cloud REST Resource Documentation | /asset-inventory/docs/reference/rest/v1/feeds |
| Config Connector Resource Short Names | gcpassetfeed gcpassetfeeds assetfeed |
| Config Connector Service Name | cloudasset.googleapis.com |
| Config Connector Resource Fully Qualified Name | assetfeeds.asset.cnrm.cloud.google.com |
| Can Be Referenced by IAMPolicy/IAMPolicyMember | No |
| Config Connector Default Average Reconcile Interval In Seconds | 600 |
Custom Resource Definition Properties
Spec
Schema
assetNames:
- string
assetTypes:
- string
condition:
description: string
expression: string
location: string
title: string
contentType: string
feedOutputConfig:
pubsubDestination:
topicRef:
external: string
name: string
namespace: string
folderRef:
external: string
name: string
namespace: string
organizationRef:
external: string
projectRef:
external: string
kind: string
name: string
namespace: string
relationshipTypes:
- string
resourceID: string
| Fields | |
|---|---|
|
Optional |
A list of the full names of the assets to receive updates. You must specify either or both of asset_names and asset_types. Only asset updates matching specified asset_names or asset_types are exported to the feed. Example: |
|
Optional |
|
|
Optional |
A list of types of the assets to receive updates. You must specify either or both of asset_names and asset_types. Only asset updates matching specified asset_names or asset_types are exported to the feed. Example: `"compute.googleapis.com/Disk"` For a list of all supported asset types, see Supported asset types. |
|
Optional |
|
|
Optional |
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, |
|
Optional |
Optional. Description of the expression. This is a longer text which describes the expression, for example when hovered over it in a UI. |
|
Optional |
Textual representation of an expression in Common Expression Language syntax. |
|
Optional |
Optional. String indicating the location of the expression for error reporting, for example a file name and a position in the file. |
|
Optional |
Optional. Title for the expression. This can be used for example in UIs which allow to enter the expression. |
|
Optional |
Asset content type. If not specified, no content but the asset name and type will be returned. |
|
Required |
Required. Feed output configuration defining where the asset updates are published to. |
|
Optional |
Destination on Pub/Sub. |
|
Optional |
The name of the Pub/Sub topic to publish to. Example: |
|
Optional |
A reference to an externally managed PubSubTopic resource. The full name of the externally managed PubSubTopic resource. Use the format "projects/{{projectID}}/topics/{{topicID}}". |
|
Optional |
The name of a PubSubTopic resource. |
|
Optional |
The namespace of a PubSubTopic resource. |
|
Optional |
FolderRef represents the Folder that this resource belongs to. |
|
Optional |
The 'name' field of a folder, when not managed by Config Connector. This field must be set when 'name' field is not set. |
|
Optional |
The 'name' field of a 'Folder' resource. This field must be set when 'external' field is not set. |
|
Optional |
The 'namespace' field of a 'Folder' resource. If unset, the namespace is defaulted to the namespace of the referencer resource. |
|
Optional |
OrganizationRef represents the Organization that this resource belongs to. |
|
Required |
Required when the `organizationRef` field is specified. The 'name' field of an organization, when not managed by Config Connector. |
|
Optional |
The Project that this resource belongs to. |
|
Optional |
The `projectID` field of a project, when not managed by Config Connector. |
|
Optional |
The kind of the Project resource; optional but must be `Project` if provided. |
|
Optional |
The `name` field of a `Project` resource. |
|
Optional |
The `namespace` field of a `Project` resource. |
|
Optional |
A list of relationship types to output, for example: |
|
Optional |
|
|
Optional |
The AssetFeed name. If not given, the metadata.name will be used. |
Status
Schema
conditions:
- lastTransitionTime: string
message: string
reason: string
status: string
type: string
externalRef: string
observedGeneration: integer
| Fields | |
|---|---|
conditions |
Conditions represent the latest available observations of the object's current state. |
conditions[] |
|
conditions[].lastTransitionTime |
Last time the condition transitioned from one status to another. |
conditions[].message |
Human-readable message indicating details about last transition. |
conditions[].reason |
Unique, one-word, CamelCase reason for the condition's last transition. |
conditions[].status |
Status is the status of the condition. Can be True, False, Unknown. |
conditions[].type |
Type is the type of the condition. |
externalRef |
A unique specifier for the AssetFeed resource in Google Cloud. |
observedGeneration |
ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource. |