getPolicy

Policies in AWS Organizations enable you to manage different features of the AWS accounts in your organization. You can use policies when all features are enabled in your organization.

Return

null

Parameters

argument

null


suspend fun getPolicy(id: String): GetPolicyResult

Return

null

Parameters

id

Id of the Policy

See also


suspend fun getPolicy(argument: suspend GetPolicyPlainArgsBuilder.() -> Unit): GetPolicyResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.organizations.kotlin.inputs.GetPolicyPlainArgs.

See also