Documentation
¶
Overview ¶
Package iam provides a client to make API requests to the AWS Identity and Access Management service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IAM ¶
type IAM struct {
// contains filtered or unexported fields
}
IAM wraps the AWS SDK's IAM client.
func (*IAM) CreateECSServiceLinkedRole ¶ added in v1.1.0
CreateECSServiceLinkedRole creates a Service-Linked Role for Amazon ECS. This role is necessary so that Amazon ECS can call AWS APIs. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html
func (*IAM) DeleteRole ¶
DeleteRole deletes an IAM role based on its ARN. If the role does not exist it returns nil.
func (*IAM) ListPolicyNames ¶ added in v1.22.1
ListPolicyNames returns a list of local policy names.
Click to show internal directories.
Click to hide internal directories.