@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.369Z") @Stability(value=Stable) public interface UntrustedCodeBoundaryPolicyProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
import software.amazon.awscdk.services.iam.*;
PolicyStatement policyStatement;
UntrustedCodeBoundaryPolicyProps untrustedCodeBoundaryPolicyProps = UntrustedCodeBoundaryPolicyProps.builder()
.additionalStatements(List.of(policyStatement))
.managedPolicyName("managedPolicyName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
UntrustedCodeBoundaryPolicyProps.Builder
A builder for
UntrustedCodeBoundaryPolicyProps |
static class |
UntrustedCodeBoundaryPolicyProps.Jsii$Proxy
An implementation for
UntrustedCodeBoundaryPolicyProps |
| Modifier and Type | Method and Description |
|---|---|
static UntrustedCodeBoundaryPolicyProps.Builder |
builder() |
default List<PolicyStatement> |
getAdditionalStatements()
Additional statements to add to the default set of statements.
|
default String |
getManagedPolicyName()
The name of the managed policy.
|
@Stability(value=Stable) @Nullable default List<PolicyStatement> getAdditionalStatements()
Default: - No additional statements
@Stability(value=Stable) @Nullable default String getManagedPolicyName()
Default: - A name is automatically generated.
@Stability(value=Stable) static UntrustedCodeBoundaryPolicyProps.Builder builder()
Copyright © 2022. All rights reserved.