Show / Hide Table of Contents

Interface ICfnAuthPolicyProps

Properties for defining a CfnAuthPolicy.

Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.AWS.VpcLattice.dll
Syntax (csharp)
public interface ICfnAuthPolicyProps
Syntax (vb)
Public Interface ICfnAuthPolicyProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-authpolicy.html

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 cfnAuthPolicyProps = new CfnAuthPolicyProps {
    Policy = policy,
    ResourceIdentifier = "resourceIdentifier"
};

Synopsis

Properties

Policy

The auth policy.

ResourceIdentifier

The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.

Properties

Policy

The auth policy.

object Policy { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-authpolicy.html#cfn-vpclattice-authpolicy-policy

ResourceIdentifier

The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.

string ResourceIdentifier { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-authpolicy.html#cfn-vpclattice-authpolicy-resourceidentifier

Back to top Generated by DocFX