AwsIamAssumeRolePolicyArgs

interface AwsIamAssumeRolePolicyArgs { assumeRolePolicy: AwsIamAssumeRolePolicyInput; }

Input arguments for AwsIamAssumeRolePolicy.

Example

CODE
import { iamAssumeRoleServicePrincipals } from '@jobcloud/pulumi-helpers';

const args: AwsIamAssumeRolePolicyArgs = {
  assumeRolePolicy: { servicePrincipal: iamAssumeRoleServicePrincipals.codeBuild },
};

Properties

assumeRolePolicy: AwsIamAssumeRolePolicyInput

Assume-role policy template input or controlled default service principal.