InlinePolicyIdentifier
An inline policy identifier consisting of a policy name and the entity it is attached to. Wildcard characters (* and ?) in the entity name can match multiple entities.
Inherited functions
Casts this PolicyIdentifier as a InlinePolicyIdentifier and retrieves its aws.sdk.kotlin.services.iam.model.InlinePolicyIdentifierType value. Throws an exception if the PolicyIdentifier is not a InlinePolicyIdentifier.
Casts this PolicyIdentifier as a InlinePolicyIdentifier and retrieves its aws.sdk.kotlin.services.iam.model.InlinePolicyIdentifierType value. Returns null if the PolicyIdentifier is not a InlinePolicyIdentifier.
Casts this PolicyIdentifier as a PolicyArn and retrieves its kotlin.String value. Throws an exception if the PolicyIdentifier is not a PolicyArn.
Casts this PolicyIdentifier as a PolicyArn and retrieves its kotlin.String value. Returns null if the PolicyIdentifier is not a PolicyArn.
Casts this PolicyIdentifier as a PolicyType and retrieves its aws.sdk.kotlin.services.iam.model.PolicyIdentifierPolicyType value. Throws an exception if the PolicyIdentifier is not a PolicyType.
Casts this PolicyIdentifier as a PolicyType and retrieves its aws.sdk.kotlin.services.iam.model.PolicyIdentifierPolicyType value. Returns null if the PolicyIdentifier is not a PolicyType.