We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
Resource Type definition for AWS::DevOpsAgent::Asset. An asset attached to an existing AWS DevOps Agent Space. Customer-creatable types include skill, agents_md, and attachment; call ListAssetTypes for the current authoritative set.
Using getAsset
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAsset(args: GetAssetArgs, opts?: InvokeOptions): Promise<GetAssetResult>
function getAssetOutput(args: GetAssetOutputArgs, opts?: InvokeOutputOptions): Output<GetAssetResult>def get_asset(agent_space_id: Optional[str] = None,
asset_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAssetResult
def get_asset_output(agent_space_id: pulumi.Input[Optional[str]] = None,
asset_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetAssetResult]func LookupAsset(ctx *Context, args *LookupAssetArgs, opts ...InvokeOption) (*LookupAssetResult, error)
func LookupAssetOutput(ctx *Context, args *LookupAssetOutputArgs, opts ...InvokeOption) LookupAssetResultOutput> Note: This function is named LookupAsset in the Go SDK.
public static class GetAsset
{
public static Task<GetAssetResult> InvokeAsync(GetAssetArgs args, InvokeOptions? opts = null)
public static Output<GetAssetResult> Invoke(GetAssetInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetAssetResult> Invoke(GetAssetInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetAssetResult> getAsset(GetAssetArgs args, InvokeOptions options)
public static Output<GetAssetResult> getAsset(GetAssetArgs args, InvokeOptions options)
public static Output<GetAssetResult> getAsset(GetAssetArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:devopsagent:getAsset
arguments:
# arguments dictionarydata "aws-native_devopsagent_get_asset" "name" {
# arguments
}The following arguments are supported:
- Agent
Space stringId - The unique identifier of the parent Agent Space. The asset is created as a child of this agent space.
- Asset
Id string - The unique identifier of the asset (assigned by the service on Create).
- Agent
Space stringId - The unique identifier of the parent Agent Space. The asset is created as a child of this agent space.
- Asset
Id string - The unique identifier of the asset (assigned by the service on Create).
- agent_
space_ stringid - The unique identifier of the parent Agent Space. The asset is created as a child of this agent space.
- asset_
id string - The unique identifier of the asset (assigned by the service on Create).
- agent
Space StringId - The unique identifier of the parent Agent Space. The asset is created as a child of this agent space.
- asset
Id String - The unique identifier of the asset (assigned by the service on Create).
- agent
Space stringId - The unique identifier of the parent Agent Space. The asset is created as a child of this agent space.
- asset
Id string - The unique identifier of the asset (assigned by the service on Create).
- agent_
space_ strid - The unique identifier of the parent Agent Space. The asset is created as a child of this agent space.
- asset_
id str - The unique identifier of the asset (assigned by the service on Create).
- agent
Space StringId - The unique identifier of the parent Agent Space. The asset is created as a child of this agent space.
- asset
Id String - The unique identifier of the asset (assigned by the service on Create).
getAsset Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the asset. Nested under the parent Agent Space: arn::aidevops:::agentspace//asset/.
- Asset
Id string - The unique identifier of the asset (assigned by the service on Create).
- Created
At string - The timestamp when the asset was created.
- Metadata object
Asset metadata document. Required and optional keys depend on AssetType. Values may be strings, numbers, booleans, or lists of any of those - validated server-side; see the public Asset API docs for the per-type metadata schema.
Search the CloudFormation User Guide for
AWS::DevOpsAgent::Assetfor more information about the expected schema for this property.- Updated
At string - The timestamp when the asset was last updated.
- Version int
- The current asset version. Server-managed; bumps on every successful Update (including no-op updates). This is the drift signal for change detection.
- Arn string
- The Amazon Resource Name (ARN) of the asset. Nested under the parent Agent Space: arn::aidevops:::agentspace//asset/.
- Asset
Id string - The unique identifier of the asset (assigned by the service on Create).
- Created
At string - The timestamp when the asset was created.
- Metadata interface{}
Asset metadata document. Required and optional keys depend on AssetType. Values may be strings, numbers, booleans, or lists of any of those - validated server-side; see the public Asset API docs for the per-type metadata schema.
Search the CloudFormation User Guide for
AWS::DevOpsAgent::Assetfor more information about the expected schema for this property.- Updated
At string - The timestamp when the asset was last updated.
- Version int
- The current asset version. Server-managed; bumps on every successful Update (including no-op updates). This is the drift signal for change detection.
- arn string
- The Amazon Resource Name (ARN) of the asset. Nested under the parent Agent Space: arn::aidevops:::agentspace//asset/.
- asset_
id string - The unique identifier of the asset (assigned by the service on Create).
- created_
at string - The timestamp when the asset was created.
- metadata any
Asset metadata document. Required and optional keys depend on AssetType. Values may be strings, numbers, booleans, or lists of any of those - validated server-side; see the public Asset API docs for the per-type metadata schema.
Search the CloudFormation User Guide for
AWS::DevOpsAgent::Assetfor more information about the expected schema for this property.- updated_
at string - The timestamp when the asset was last updated.
- version number
- The current asset version. Server-managed; bumps on every successful Update (including no-op updates). This is the drift signal for change detection.
- arn String
- The Amazon Resource Name (ARN) of the asset. Nested under the parent Agent Space: arn::aidevops:::agentspace//asset/.
- asset
Id String - The unique identifier of the asset (assigned by the service on Create).
- created
At String - The timestamp when the asset was created.
- metadata Object
Asset metadata document. Required and optional keys depend on AssetType. Values may be strings, numbers, booleans, or lists of any of those - validated server-side; see the public Asset API docs for the per-type metadata schema.
Search the CloudFormation User Guide for
AWS::DevOpsAgent::Assetfor more information about the expected schema for this property.- updated
At String - The timestamp when the asset was last updated.
- version Integer
- The current asset version. Server-managed; bumps on every successful Update (including no-op updates). This is the drift signal for change detection.
- arn string
- The Amazon Resource Name (ARN) of the asset. Nested under the parent Agent Space: arn::aidevops:::agentspace//asset/.
- asset
Id string - The unique identifier of the asset (assigned by the service on Create).
- created
At string - The timestamp when the asset was created.
- metadata any
Asset metadata document. Required and optional keys depend on AssetType. Values may be strings, numbers, booleans, or lists of any of those - validated server-side; see the public Asset API docs for the per-type metadata schema.
Search the CloudFormation User Guide for
AWS::DevOpsAgent::Assetfor more information about the expected schema for this property.- updated
At string - The timestamp when the asset was last updated.
- version number
- The current asset version. Server-managed; bumps on every successful Update (including no-op updates). This is the drift signal for change detection.
- arn str
- The Amazon Resource Name (ARN) of the asset. Nested under the parent Agent Space: arn::aidevops:::agentspace//asset/.
- asset_
id str - The unique identifier of the asset (assigned by the service on Create).
- created_
at str - The timestamp when the asset was created.
- metadata Any
Asset metadata document. Required and optional keys depend on AssetType. Values may be strings, numbers, booleans, or lists of any of those - validated server-side; see the public Asset API docs for the per-type metadata schema.
Search the CloudFormation User Guide for
AWS::DevOpsAgent::Assetfor more information about the expected schema for this property.- updated_
at str - The timestamp when the asset was last updated.
- version int
- The current asset version. Server-managed; bumps on every successful Update (including no-op updates). This is the drift signal for change detection.
- arn String
- The Amazon Resource Name (ARN) of the asset. Nested under the parent Agent Space: arn::aidevops:::agentspace//asset/.
- asset
Id String - The unique identifier of the asset (assigned by the service on Create).
- created
At String - The timestamp when the asset was created.
- metadata Any
Asset metadata document. Required and optional keys depend on AssetType. Values may be strings, numbers, booleans, or lists of any of those - validated server-side; see the public Asset API docs for the per-type metadata schema.
Search the CloudFormation User Guide for
AWS::DevOpsAgent::Assetfor more information about the expected schema for this property.- updated
At String - The timestamp when the asset was last updated.
- version Number
- The current asset version. Server-managed; bumps on every successful Update (including no-op updates). This is the drift signal for change detection.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi