@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface AckCapabilityProps

    Properties for ACK capability.

    interface AckCapabilityProps {
        additionalAccessPolicies?: IAccessPolicy[];
        capabilityName?: string;
        policyDocument?: PolicyDocument;
        policyName?: string;
        roleArn?: string;
        roleSelectors?: AckRoleSelectorBuilder[];
        tags?: CfnTag[];
    }

    Hierarchy

    Index
    additionalAccessPolicies?: IAccessPolicy[]

    Additional EKS access policies to associate with the capability ClusterRole

    capabilityName?: string

    Custom name for the capability. Defaults to capability type if not provided

    policyDocument?: PolicyDocument

    Custom inline policy document (used in place of default policy)

    policyName?: string

    Name of custom managed policy to attach (used in place of default policy)

    roleArn?: string

    Existing IAM role ARN to use. If not provided, a new role will be created

    roleSelectors?: AckRoleSelectorBuilder[]

    IAM Role Selectors for granular permission control

    tags?: CfnTag[]

    CloudFormation tags to apply