Class UntrustedCodeBoundaryPolicyProps
Construction properties for UntrustedCodeBoundaryPolicy.
Inheritance
System.Object
UntrustedCodeBoundaryPolicyProps
Implements
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.AWS.CodeBuild.dll
Syntax (csharp)
public class UntrustedCodeBoundaryPolicyProps : Object, IUntrustedCodeBoundaryPolicyProps
Syntax (vb)
Public Class UntrustedCodeBoundaryPolicyProps
Inherits Object
Implements IUntrustedCodeBoundaryPolicyProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeBuild;
using Amazon.CDK.AWS.IAM;
PolicyStatement policyStatement;
var untrustedCodeBoundaryPolicyProps = new UntrustedCodeBoundaryPolicyProps {
AdditionalStatements = new [] { policyStatement },
ManagedPolicyName = "managedPolicyName"
};
Synopsis
Constructors
UntrustedCodeBoundaryPolicyProps() |
Properties
AdditionalStatements | Additional statements to add to the default set of statements. |
ManagedPolicyName | The name of the managed policy. |
Constructors
UntrustedCodeBoundaryPolicyProps()
public UntrustedCodeBoundaryPolicyProps()
Properties
AdditionalStatements
Additional statements to add to the default set of statements.
public PolicyStatement[] AdditionalStatements { get; set; }
Property Value
Remarks
Default: - No additional statements
ManagedPolicyName
The name of the managed policy.
public string ManagedPolicyName { get; set; }
Property Value
System.String
Remarks
Default: - A name is automatically generated.