Struct aws_sdk_codeguruprofiler::input::put_permission_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PutPermissionInput
Implementations
The name of the profiling group to grant access to.
The name of the profiling group to grant access to.
Specifies an action group that contains permissions to add to
a profiling group resource. One action group is supported, agentPermissions
, which
grants permission to perform actions required by the profiling agent, ConfigureAgent
and PostAgentProfile
permissions.
Specifies an action group that contains permissions to add to
a profiling group resource. One action group is supported, agentPermissions
, which
grants permission to perform actions required by the profiling agent, ConfigureAgent
and PostAgentProfile
permissions.
Appends an item to principals
.
To override the contents of this collection use set_principals
.
A list ARNs for the roles and users you want to grant access to the profiling group. Wildcards are not are supported in the ARNs.
A list ARNs for the roles and users you want to grant access to the profiling group. Wildcards are not are supported in the ARNs.
A universally unique identifier (UUID) for the revision of the policy you
are adding to the profiling group. Do not specify
this when you add permissions to a profiling group for the first time. If a policy already exists on the
profiling group, you must specify the revisionId
.
A universally unique identifier (UUID) for the revision of the policy you
are adding to the profiling group. Do not specify
this when you add permissions to a profiling group for the first time. If a policy already exists on the
profiling group, you must specify the revisionId
.
Consumes the builder and constructs a PutPermissionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more