Class AccessPolicyAssociationArgs


  • public final class AccessPolicyAssociationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • accessScope

        public com.pulumi.core.Output<AccessPolicyAssociationAccessScopeArgs> accessScope()
        Returns:
        The configuration block to determine the scope of the access. See `access_scope` Block below.
      • clusterName

        public com.pulumi.core.Output<java.lang.String> clusterName()
        Returns:
        Name of the EKS Cluster.
      • policyArn

        public com.pulumi.core.Output<java.lang.String> policyArn()
        Returns:
        The ARN of the access policy that you're associating.
      • principalArn

        public com.pulumi.core.Output<java.lang.String> principalArn()
        Returns:
        The IAM Principal ARN which requires Authentication access to the EKS cluster.