Show / Hide Table of Contents

Class CfnAuthPolicyProps

Properties for defining a CfnAuthPolicy.

Inheritance
System.Object
CfnAuthPolicyProps
Implements
ICfnAuthPolicyProps
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.AWS.VpcLattice.dll
Syntax (csharp)
public class CfnAuthPolicyProps : Object, ICfnAuthPolicyProps
Syntax (vb)
Public Class CfnAuthPolicyProps
    Inherits Object
    Implements 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

Constructors

CfnAuthPolicyProps()

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.

Constructors

CfnAuthPolicyProps()

public CfnAuthPolicyProps()

Properties

Policy

The auth policy.

public object Policy { get; set; }
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.

public string ResourceIdentifier { get; set; }
Property Value

System.String

Remarks

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

Implements

ICfnAuthPolicyProps
Back to top Generated by DocFX