Registry / auth / scratchstack-aws-principal

scratchstack-aws-principal

JSON →
library0.4.9rscratesunverified

Principal types for AWS and AWS-like services.

# Cargo.toml [dependencies] scratchstack-aws-principal = "0.4.9"
INSTALL
IMPORT
SIG · SCRATCHSTACK-AWS-P
S
scratchstack-aws-principal
authrustv0.4.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Principal
✓ use scratchstack_aws_principal::Principal;

Creates a new AWS principal from an ARN.

use scratchstack_aws_principal::Principal; fn main() { let p = Principal::new("arn:aws:iam::123456789012:user/Alice"); println!("{:?}", p); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
Bingbot
1
OpenAI (training)
1
Resources
scratchstack-aws-principal — cargo add scratchstack-aws-principal · libregistry