01README
AWS BEDROCK infrastructure models
02Models
@swamp/aws/bedrock/agentv2026.04.23.2agent.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| ActionGroups? | array | List of ActionGroups |
| AgentName | string | Name for a resource. |
| AgentResourceRoleArn? | string | ARN of a IAM role. |
| AutoPrepare? | boolean | Specifies whether to automatically prepare after creating or updating the agent. |
| CustomOrchestration? | object | Structure for custom orchestration |
| CustomerEncryptionKeyArn? | string | A KMS key ARN |
| SkipResourceInUseCheckOnDelete? | boolean | Specifies whether to allow deleting agent while it is in use. |
| Description? | string | Description of the Resource. |
| FoundationModel? | string | ARN or name of a Bedrock model. |
| GuardrailConfiguration? | object | Configuration for a guardrail. |
| MemoryConfiguration? | object | Configuration for memory storage |
| IdleSessionTTLInSeconds? | number | Max Session Time. |
| AgentCollaboration? | enum | Agent collaboration state |
| Instruction? | string | Instruction for the agent. |
| KnowledgeBases? | array | List of Agent Knowledge Bases |
| AgentCollaborators? | array | List of Agent Collaborators |
| OrchestrationType? | enum | Types of orchestration strategy for agents |
| PromptOverrideConfiguration? | object | Configuration for prompt override. |
| Tags? | record | A map of tag keys and values |
| TestAliasTags? | record | A map of tag keys and values |
fn create()
Create a Bedrock Agent
fn get(identifier: string)
Get a Bedrock Agent
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Agent |
fn update()
Update a Bedrock Agent
fn delete(identifier: string)
Delete a Bedrock Agent
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Agent |
fn sync()
Sync Bedrock Agent state from AWS
Resources
state(infinite)— Bedrock Agent resource state
@swamp/aws/bedrock/agent-aliasv2026.04.23.2agent_alias.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| AgentAliasName | string | Name for a resource. |
| AgentId | string | Identifier for a resource. |
| Description? | string | Description of the Resource. |
| RoutingConfiguration? | array | Routing configuration for an Agent alias. |
| Tags? | record | A map of tag keys and values |
fn create()
Create a Bedrock AgentAlias
fn get(identifier: string)
Get a Bedrock AgentAlias
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AgentAlias |
fn update()
Update a Bedrock AgentAlias
fn delete(identifier: string)
Delete a Bedrock AgentAlias
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AgentAlias |
fn sync()
Sync Bedrock AgentAlias state from AWS
Resources
state(infinite)— Bedrock AgentAlias resource state
@swamp/aws/bedrock/application-inference-profilev2026.04.23.2application_inference_profile.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Description? | string | Description of the inference profile |
| InferenceProfileName | string | |
| ModelSource? | object | Various ways to encode a list of models in a CreateInferenceProfile request |
| Tags? | array | List of Tags |
fn create()
Create a Bedrock ApplicationInferenceProfile
fn get(identifier: string)
Get a Bedrock ApplicationInferenceProfile
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock ApplicationInferenceProfile |
fn update()
Update a Bedrock ApplicationInferenceProfile
fn delete(identifier: string)
Delete a Bedrock ApplicationInferenceProfile
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock ApplicationInferenceProfile |
fn sync()
Sync Bedrock ApplicationInferenceProfile state from AWS
Resources
state(infinite)— Bedrock ApplicationInferenceProfile resource state
@swamp/aws/bedrock/automated-reasoning-policyv2026.04.23.2automated_reasoning_policy.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name | string | |
| Description? | string | |
| PolicyDefinition? | object | |
| KmsKeyId? | string | The KMS key with which the Policy's assets will be encrypted at rest. |
| Tags? | array | |
| ForceDelete? | boolean | Specifies whether to force delete the automated reasoning policy even if it has active resources. When false, Amazon Bedrock validates if all artifacts have been deleted (e.g. policy version, test case, test result) for a policy before deletion. When true, Amazon Bedrock will delete the policy and all its artifacts without validation. Default is false |
fn create()
Create a Bedrock AutomatedReasoningPolicy
fn get(identifier: string)
Get a Bedrock AutomatedReasoningPolicy
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AutomatedReasoningPolicy |
fn update()
Update a Bedrock AutomatedReasoningPolicy
fn delete(identifier: string)
Delete a Bedrock AutomatedReasoningPolicy
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AutomatedReasoningPolicy |
fn sync()
Sync Bedrock AutomatedReasoningPolicy state from AWS
Resources
state(infinite)— Bedrock AutomatedReasoningPolicy resource state
@swamp/aws/bedrock/automated-reasoning-policy-versionv2026.04.23.2automated_reasoning_policy_version.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| PolicyArn | string | Arn of the policy |
| LastUpdatedDefinitionHash? | string | The hash for this version |
| Tags? | array |
fn create()
Create a Bedrock AutomatedReasoningPolicyVersion
fn get(identifier: string)
Get a Bedrock AutomatedReasoningPolicyVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AutomatedReasoningPolicyVersion |
fn delete(identifier: string)
Delete a Bedrock AutomatedReasoningPolicyVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AutomatedReasoningPolicyVersion |
fn sync()
Sync Bedrock AutomatedReasoningPolicyVersion state from AWS
Resources
state(infinite)— Bedrock AutomatedReasoningPolicyVersion resource state
@swamp/aws/bedrock/blueprintv2026.04.23.2blueprint.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| BlueprintName | string | Name of the Blueprint |
| Schema | string | Schema of the blueprint |
| Type | enum | Modality Type |
| KmsKeyId? | string | KMS key identifier |
| KmsEncryptionContext? | record | KMS encryption context |
| Tags? | array | List of Tags |
fn create()
Create a Bedrock Blueprint
fn get(identifier: string)
Get a Bedrock Blueprint
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Blueprint |
fn update()
Update a Bedrock Blueprint
fn delete(identifier: string)
Delete a Bedrock Blueprint
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Blueprint |
fn sync()
Sync Bedrock Blueprint state from AWS
Resources
state(infinite)— Bedrock Blueprint resource state
@swamp/aws/bedrock/data-automation-libraryv2026.04.23.2data_automation_library.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| EncryptionConfiguration? | object | KMS Encryption Configuration |
| LibraryDescription? | string | Description of the DataAutomationLibrary |
| LibraryName | string | Name of the DataAutomationLibrary |
| Tags? | array | List of tags |
fn create()
Create a Bedrock DataAutomationLibrary
fn get(identifier: string)
Get a Bedrock DataAutomationLibrary
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataAutomationLibrary |
fn update()
Update a Bedrock DataAutomationLibrary
fn delete(identifier: string)
Delete a Bedrock DataAutomationLibrary
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataAutomationLibrary |
fn sync()
Sync Bedrock DataAutomationLibrary state from AWS
Resources
state(infinite)— Bedrock DataAutomationLibrary resource state
@swamp/aws/bedrock/data-automation-projectv2026.04.23.2data_automation_project.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| CustomOutputConfiguration? | object | Custom output configuration |
| OverrideConfiguration? | object | Override configuration |
| ProjectDescription? | string | Description of the DataAutomationProject |
| ProjectName | string | Name of the DataAutomationProject |
| ProjectType? | enum | Type of the DataAutomationProject - Sync or Async |
| StandardOutputConfiguration? | object | Standard output configuration |
| KmsKeyId? | string | KMS key identifier |
| KmsEncryptionContext? | record | KMS encryption context |
| Tags? | array | List of Tags |
fn create()
Create a Bedrock DataAutomationProject
fn get(identifier: string)
Get a Bedrock DataAutomationProject
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataAutomationProject |
fn update()
Update a Bedrock DataAutomationProject
fn delete(identifier: string)
Delete a Bedrock DataAutomationProject
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataAutomationProject |
fn sync()
Sync Bedrock DataAutomationProject state from AWS
Resources
state(infinite)— Bedrock DataAutomationProject resource state
@swamp/aws/bedrock/data-sourcev2026.04.23.2data_source.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| DataSourceConfiguration | object | Specifies a raw data source location to ingest. |
| Description? | string | Description of the Resource. |
| KnowledgeBaseId | string | The unique identifier of the knowledge base to which to add the data source. |
| Name | string | The name of the data source. |
| ServerSideEncryptionConfiguration? | object | Contains details about the server-side encryption for the data source. |
| VectorIngestionConfiguration? | object | Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried. |
| DataDeletionPolicy? | enum | The deletion policy for the data source. |
fn create()
Create a Bedrock DataSource
fn get(identifier: string)
Get a Bedrock DataSource
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataSource |
fn update()
Update a Bedrock DataSource
fn delete(identifier: string)
Delete a Bedrock DataSource
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataSource |
fn sync()
Sync Bedrock DataSource state from AWS
Resources
state(infinite)— Bedrock DataSource resource state
@swamp/aws/bedrock/enforced-guardrail-configurationv2026.04.23.2enforced_guardrail_configuration.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| GuardrailIdentifier | string | Identifier for the guardrail, could be the ID or the ARN |
| GuardrailVersion | string | Numerical guardrail version (not DRAFT) |
| SelectiveContentGuarding? | object | Selective content guarding controls for enforced guardrails |
| ModelEnforcement? | object | Model-specific information for the enforced guardrail configuration. If not present, the configuration is enforced on all models |
fn create()
Create a Bedrock EnforcedGuardrailConfiguration
fn get(identifier: string)
Get a Bedrock EnforcedGuardrailConfiguration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock EnforcedGuardrailConfiguration |
fn update()
Update a Bedrock EnforcedGuardrailConfiguration
fn delete(identifier: string)
Delete a Bedrock EnforcedGuardrailConfiguration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock EnforcedGuardrailConfiguration |
fn sync()
Sync Bedrock EnforcedGuardrailConfiguration state from AWS
Resources
state(infinite)— Bedrock EnforcedGuardrailConfiguration resource state
@swamp/aws/bedrock/flowv2026.04.23.2flow.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| DefinitionString? | string | A JSON string containing a Definition with the same schema as the Definition property of this resource |
| DefinitionS3Location? | object | A bucket, key and optional version pointing to an S3 object containing a UTF-8 encoded JSON string Definition with the same schema as the Definition property of this resource |
| DefinitionSubstitutions? | record | When supplied with DefinitionString or DefinitionS3Location, substrings in the definition matching ${keyname} will be replaced with the associated value from this map |
| Description? | string | Description of the flow |
| ExecutionRoleArn | string | ARN of a IAM role |
| Name | string | Name for the flow |
| CustomerEncryptionKeyArn? | string | A KMS key ARN |
| Tags? | record | A map of tag keys and values |
| TestAliasTags? | record | A map of tag keys and values |
fn create()
Create a Bedrock Flow
fn get(identifier: string)
Get a Bedrock Flow
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Flow |
fn update()
Update a Bedrock Flow
fn delete(identifier: string)
Delete a Bedrock Flow
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Flow |
fn sync()
Sync Bedrock Flow state from AWS
Resources
state(infinite)— Bedrock Flow resource state
@swamp/aws/bedrock/flow-aliasv2026.04.23.2flow_alias.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| FlowArn | string | Arn representation of the Flow |
| ConcurrencyConfiguration? | object | |
| Description? | string | Description of the Resource. |
| Name | string | Name for a resource. |
| RoutingConfiguration | array | Routing configuration for a Flow alias. |
| Tags? | record | A map of tag keys and values |
fn create()
Create a Bedrock FlowAlias
fn get(identifier: string)
Get a Bedrock FlowAlias
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock FlowAlias |
fn update()
Update a Bedrock FlowAlias
fn delete(identifier: string)
Delete a Bedrock FlowAlias
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock FlowAlias |
fn sync()
Sync Bedrock FlowAlias state from AWS
Resources
state(infinite)— Bedrock FlowAlias resource state
@swamp/aws/bedrock/flow-versionv2026.04.23.2flow_version.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| FlowArn | string | Arn representation of the Flow |
| Description? | string | Description of the flow version |
fn create()
Create a Bedrock FlowVersion
fn get(identifier: string)
Get a Bedrock FlowVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock FlowVersion |
fn update()
Update a Bedrock FlowVersion
fn delete(identifier: string)
Delete a Bedrock FlowVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock FlowVersion |
fn sync()
Sync Bedrock FlowVersion state from AWS
Resources
state(infinite)— Bedrock FlowVersion resource state
@swamp/aws/bedrock/guardrailv2026.04.23.2guardrail.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| BlockedInputMessaging | string | Messaging for when violations are detected in text |
| BlockedOutputsMessaging | string | Messaging for when violations are detected in text |
| AutomatedReasoningPolicyConfig? | object | Optional configuration for integrating Automated Reasoning policies with the guardrail. |
| ContentPolicyConfig? | object | Content policy config for a guardrail. |
| ContextualGroundingPolicyConfig? | object | Contextual grounding policy config for a guardrail. |
| CrossRegionConfig? | object | The system-defined guardrail profile that you’re using with your guardrail |
| Description? | string | Description of the guardrail or its version |
| KmsKeyArn? | string | The KMS key with which the guardrail was encrypted at rest |
| Name | string | Name of the guardrail |
| SensitiveInformationPolicyConfig? | object | Sensitive information policy config for a guardrail. |
| Tags? | array | List of Tags |
| TopicPolicyConfig? | object | Topic policy config for a guardrail. |
| WordPolicyConfig? | object | Word policy config for a guardrail. |
fn create()
Create a Bedrock Guardrail
fn get(identifier: string)
Get a Bedrock Guardrail
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Guardrail |
fn update()
Update a Bedrock Guardrail
fn delete(identifier: string)
Delete a Bedrock Guardrail
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Guardrail |
fn sync()
Sync Bedrock Guardrail state from AWS
Resources
state(infinite)— Bedrock Guardrail resource state
@swamp/aws/bedrock/guardrail-versionv2026.04.23.2guardrail_version.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Description? | string | Description of the Guardrail version |
| GuardrailIdentifier | string | Identifier (GuardrailId or GuardrailArn) for the guardrail |
fn create()
Create a Bedrock GuardrailVersion
fn get(identifier: string)
Get a Bedrock GuardrailVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock GuardrailVersion |
fn delete(identifier: string)
Delete a Bedrock GuardrailVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock GuardrailVersion |
fn sync()
Sync Bedrock GuardrailVersion state from AWS
Resources
state(infinite)— Bedrock GuardrailVersion resource state
@swamp/aws/bedrock/intelligent-prompt-routerv2026.04.23.2intelligent_prompt_router.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Description? | string | Description of the Prompt Router. |
| FallbackModel | object | Model configuration |
| Models | array | List of model configuration |
| PromptRouterName | string | Name of the Prompt Router. |
| RoutingCriteria | object | Represents the criteria used for routing requests. |
| Tags? | array | List of Tags |
fn create()
Create a Bedrock IntelligentPromptRouter
fn get(identifier: string)
Get a Bedrock IntelligentPromptRouter
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock IntelligentPromptRouter |
fn update()
Update a Bedrock IntelligentPromptRouter
fn delete(identifier: string)
Delete a Bedrock IntelligentPromptRouter
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock IntelligentPromptRouter |
fn sync()
Sync Bedrock IntelligentPromptRouter state from AWS
Resources
state(infinite)— Bedrock IntelligentPromptRouter resource state
@swamp/aws/bedrock/knowledge-basev2026.04.23.2knowledge_base.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Description? | string | Description of the Resource. |
| KnowledgeBaseConfiguration | object | Contains details about the embeddings model used for the knowledge base. |
| Name | string | The name of the knowledge base. |
| RoleArn | string | The ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_ |
| StorageConfiguration? | object | The vector store service in which the knowledge base is stored. |
| Tags? | record | A map of tag keys and values |
fn create()
Create a Bedrock KnowledgeBase
fn get(identifier: string)
Get a Bedrock KnowledgeBase
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock KnowledgeBase |
fn update()
Update a Bedrock KnowledgeBase
fn delete(identifier: string)
Delete a Bedrock KnowledgeBase
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock KnowledgeBase |
fn sync()
Sync Bedrock KnowledgeBase state from AWS
Resources
state(infinite)— Bedrock KnowledgeBase resource state
@swamp/aws/bedrock/promptv2026.04.23.2prompt.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| DefaultVariant? | string | Name for a variant. |
| Description? | string | Name for a prompt resource. |
| Name | string | Name for a prompt resource. |
| Variants? | array | List of prompt variants |
| Tags? | record | A map of tag keys and values |
| CustomerEncryptionKeyArn? | string | A KMS key ARN |
fn create()
Create a Bedrock Prompt
fn get(identifier: string)
Get a Bedrock Prompt
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Prompt |
fn update()
Update a Bedrock Prompt
fn delete(identifier: string)
Delete a Bedrock Prompt
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Prompt |
fn sync()
Sync Bedrock Prompt state from AWS
Resources
state(infinite)— Bedrock Prompt resource state
@swamp/aws/bedrock/prompt-versionv2026.04.23.2prompt_version.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| PromptArn | string | ARN of a prompt resource possibly with a version |
| Description? | string | Description for a prompt version resource. |
| Tags? | record | A map of tag keys and values |
fn create()
Create a Bedrock PromptVersion
fn get(identifier: string)
Get a Bedrock PromptVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock PromptVersion |
fn delete(identifier: string)
Delete a Bedrock PromptVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock PromptVersion |
fn sync()
Sync Bedrock PromptVersion state from AWS
Resources
state(infinite)— Bedrock PromptVersion resource state
@swamp/aws/bedrock/resource-policyv2026.04.23.2resource_policy.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| ResourceArn | string | The ARN of the Bedrock Guardrail or Guardrail Profile resource |
| PolicyDocument | string | The IAM policy document defining access permissions for the guardrail and guardrail profile resources |
fn create()
Create a Bedrock ResourcePolicy
fn get(identifier: string)
Get a Bedrock ResourcePolicy
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock ResourcePolicy |
fn update()
Update a Bedrock ResourcePolicy
fn delete(identifier: string)
Delete a Bedrock ResourcePolicy
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock ResourcePolicy |
fn sync()
Sync Bedrock ResourcePolicy state from AWS
Resources
state(infinite)— Bedrock ResourcePolicy resource state
03Previous Versions
2026.04.23.2Apr 23, 2026
- Updated: agent, agent_alias, application_inference_profile, automated_reasoning_policy, automated_reasoning_policy_version, blueprint, data_automation_library, data_automation_project, data_source, enforced_guardrail_configuration, flow, flow_alias, flow_version, guardrail, guardrail_version, intelligent_prompt_router, knowledge_base, prompt, prompt_version, resource_policy
2026.04.08.1Apr 8, 2026
- Added: data_automation_library, enforced_guardrail_configuration, resource_policy
Added 3 models
2026.04.03.2Apr 3, 2026
- Updated: agent, agent_alias, application_inference_profile, automated_reasoning_policy, automated_reasoning_policy_version, blueprint, data_automation_project, data_source, flow, flow_alias, flow_version, guardrail, guardrail_version, intelligent_prompt_router, knowledge_base, prompt, prompt_version
2026.03.19.1Mar 19, 2026
- Updated: agent, agent_alias, application_inference_profile, automated_reasoning_policy, automated_reasoning_policy_version, blueprint, data_automation_project, data_source, flow, flow_alias, flow_version, guardrail, guardrail_version, intelligent_prompt_router, knowledge_base, prompt, prompt_version
2026.03.16.1Mar 16, 2026
- Updated: agent, agent_alias, application_inference_profile, automated_reasoning_policy, automated_reasoning_policy_version, blueprint, data_automation_project, data_source, flow, flow_alias, flow_version, guardrail, guardrail_version, intelligent_prompt_router, knowledge_base, prompt, prompt_version
2026.03.10.5Mar 10, 2026
04Stats
A
100 / 100
Downloads
3
Archive size
3.8 MB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels