Interface ICfnResourcePolicyProps
Properties for defining a CfnResourcePolicy
.
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnResourcePolicyProps
Syntax (vb)
Public Interface ICfnResourcePolicyProps
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.VpcLattice;
var policy;
var cfnResourcePolicyProps = new CfnResourcePolicyProps {
Policy = policy,
ResourceArn = "resourceArn"
};
Synopsis
Properties
Policy | The Amazon Resource Name (ARN) of the service network or service. |
Resource |
An IAM policy. |
Properties
Policy
The Amazon Resource Name (ARN) of the service network or service.
object Policy { get; }
Property Value
System.
Remarks
ResourceArn
An IAM policy.
string ResourceArn { get; }
Property Value
System.