Skip to main content

LifecycleResourceSummary

Properties

NameTypeDescriptionNotes
IdStringInternal machine identity UUID for the lifecycle target.[optional]
ResourceIdStringConnector resource id for the lifecycle target.[optional]
NameStringDisplay name of the lifecycle target.[optional]
SourceIdStringSource identifier for the lifecycle target.[optional]
SourceNameStringSource name for the lifecycle target.[optional]
SubtypeStringMachine identity subtype for the lifecycle target.[optional]

Examples

  • Prepare the resource
$LifecycleResourceSummary = Initialize-LifecycleResourceSummary  -Id 1c9c8e1f-2f5f-4f77-9f7e-5d37e4fb3ef0 `
-ResourceId aws:bedrock:agent-42 `
-Name Support Agent `
-SourceId 6d28b7c1-620c-49c6-b6d5-cbf81eb4b5fa `
-SourceName AWS Bedrock `
-Subtype AI_AGENT
  • Convert the resource to JSON
$LifecycleResourceSummary | ConvertTo-JSON

[Back to top]