Show / Hide Table of Contents

Class CfnVerifiedAccessTrustProviderPropsMixin

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices.

Inheritance
object
Mixin
CfnVerifiedAccessTrustProviderPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnVerifiedAccessTrustProviderPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnVerifiedAccessTrustProviderPropsMixin Inherits Mixin Implements IMixin
Remarks

When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccesstrustprovider.html

CloudformationResource: AWS::EC2::VerifiedAccessTrustProvider

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins;

             var cfnVerifiedAccessTrustProviderPropsMixin = new CfnVerifiedAccessTrustProviderPropsMixin(new CfnVerifiedAccessTrustProviderMixinProps {
                 Description = "description",
                 DeviceOptions = new DeviceOptionsProperty {
                     PublicSigningKeyUrl = "publicSigningKeyUrl",
                     TenantId = "tenantId"
                 },
                 DeviceTrustProviderType = "deviceTrustProviderType",
                 NativeApplicationOidcOptions = new NativeApplicationOidcOptionsProperty {
                     AuthorizationEndpoint = "authorizationEndpoint",
                     ClientId = "clientId",
                     ClientSecret = "clientSecret",
                     Issuer = "issuer",
                     PublicSigningKeyEndpoint = "publicSigningKeyEndpoint",
                     Scope = "scope",
                     TokenEndpoint = "tokenEndpoint",
                     UserInfoEndpoint = "userInfoEndpoint"
                 },
                 OidcOptions = new OidcOptionsProperty {
                     AuthorizationEndpoint = "authorizationEndpoint",
                     ClientId = "clientId",
                     ClientSecret = "clientSecret",
                     Issuer = "issuer",
                     Scope = "scope",
                     TokenEndpoint = "tokenEndpoint",
                     UserInfoEndpoint = "userInfoEndpoint"
                 },
                 PolicyReferenceName = "policyReferenceName",
                 SseSpecification = new SseSpecificationProperty {
                     CustomerManagedKeyEnabled = false,
                     KmsKeyArn = "kmsKeyArn"
                 },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TrustProviderType = "trustProviderType",
                 UserTrustProviderType = "userTrustProviderType"
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Synopsis

Constructors

CfnVerifiedAccessTrustProviderPropsMixin(ICfnVerifiedAccessTrustProviderMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::EC2::VerifiedAccessTrustProvider.

Properties

CFN_PROPERTY_KEYS

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices.

Props

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices.

Strategy

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnVerifiedAccessTrustProviderPropsMixin(ICfnVerifiedAccessTrustProviderMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::EC2::VerifiedAccessTrustProvider.

public CfnVerifiedAccessTrustProviderPropsMixin(ICfnVerifiedAccessTrustProviderMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnVerifiedAccessTrustProviderMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccesstrustprovider.html

CloudformationResource: AWS::EC2::VerifiedAccessTrustProvider

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccesstrustprovider.html

CloudformationResource: AWS::EC2::VerifiedAccessTrustProvider

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins;

             var cfnVerifiedAccessTrustProviderPropsMixin = new CfnVerifiedAccessTrustProviderPropsMixin(new CfnVerifiedAccessTrustProviderMixinProps {
                 Description = "description",
                 DeviceOptions = new DeviceOptionsProperty {
                     PublicSigningKeyUrl = "publicSigningKeyUrl",
                     TenantId = "tenantId"
                 },
                 DeviceTrustProviderType = "deviceTrustProviderType",
                 NativeApplicationOidcOptions = new NativeApplicationOidcOptionsProperty {
                     AuthorizationEndpoint = "authorizationEndpoint",
                     ClientId = "clientId",
                     ClientSecret = "clientSecret",
                     Issuer = "issuer",
                     PublicSigningKeyEndpoint = "publicSigningKeyEndpoint",
                     Scope = "scope",
                     TokenEndpoint = "tokenEndpoint",
                     UserInfoEndpoint = "userInfoEndpoint"
                 },
                 OidcOptions = new OidcOptionsProperty {
                     AuthorizationEndpoint = "authorizationEndpoint",
                     ClientId = "clientId",
                     ClientSecret = "clientSecret",
                     Issuer = "issuer",
                     Scope = "scope",
                     TokenEndpoint = "tokenEndpoint",
                     UserInfoEndpoint = "userInfoEndpoint"
                 },
                 PolicyReferenceName = "policyReferenceName",
                 SseSpecification = new SseSpecificationProperty {
                     CustomerManagedKeyEnabled = false,
                     KmsKeyArn = "kmsKeyArn"
                 },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TrustProviderType = "trustProviderType",
                 UserTrustProviderType = "userTrustProviderType"
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Props

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices.

protected virtual ICfnVerifiedAccessTrustProviderMixinProps Props { get; }
Property Value

ICfnVerifiedAccessTrustProviderMixinProps

Remarks

When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccesstrustprovider.html

CloudformationResource: AWS::EC2::VerifiedAccessTrustProvider

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins;

             var cfnVerifiedAccessTrustProviderPropsMixin = new CfnVerifiedAccessTrustProviderPropsMixin(new CfnVerifiedAccessTrustProviderMixinProps {
                 Description = "description",
                 DeviceOptions = new DeviceOptionsProperty {
                     PublicSigningKeyUrl = "publicSigningKeyUrl",
                     TenantId = "tenantId"
                 },
                 DeviceTrustProviderType = "deviceTrustProviderType",
                 NativeApplicationOidcOptions = new NativeApplicationOidcOptionsProperty {
                     AuthorizationEndpoint = "authorizationEndpoint",
                     ClientId = "clientId",
                     ClientSecret = "clientSecret",
                     Issuer = "issuer",
                     PublicSigningKeyEndpoint = "publicSigningKeyEndpoint",
                     Scope = "scope",
                     TokenEndpoint = "tokenEndpoint",
                     UserInfoEndpoint = "userInfoEndpoint"
                 },
                 OidcOptions = new OidcOptionsProperty {
                     AuthorizationEndpoint = "authorizationEndpoint",
                     ClientId = "clientId",
                     ClientSecret = "clientSecret",
                     Issuer = "issuer",
                     Scope = "scope",
                     TokenEndpoint = "tokenEndpoint",
                     UserInfoEndpoint = "userInfoEndpoint"
                 },
                 PolicyReferenceName = "policyReferenceName",
                 SseSpecification = new SseSpecificationProperty {
                     CustomerManagedKeyEnabled = false,
                     KmsKeyArn = "kmsKeyArn"
                 },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TrustProviderType = "trustProviderType",
                 UserTrustProviderType = "userTrustProviderType"
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Strategy

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices.

protected virtual PropertyMergeStrategy Strategy { get; }
Property Value

PropertyMergeStrategy

Remarks

When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccesstrustprovider.html

CloudformationResource: AWS::EC2::VerifiedAccessTrustProvider

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins;

             var cfnVerifiedAccessTrustProviderPropsMixin = new CfnVerifiedAccessTrustProviderPropsMixin(new CfnVerifiedAccessTrustProviderMixinProps {
                 Description = "description",
                 DeviceOptions = new DeviceOptionsProperty {
                     PublicSigningKeyUrl = "publicSigningKeyUrl",
                     TenantId = "tenantId"
                 },
                 DeviceTrustProviderType = "deviceTrustProviderType",
                 NativeApplicationOidcOptions = new NativeApplicationOidcOptionsProperty {
                     AuthorizationEndpoint = "authorizationEndpoint",
                     ClientId = "clientId",
                     ClientSecret = "clientSecret",
                     Issuer = "issuer",
                     PublicSigningKeyEndpoint = "publicSigningKeyEndpoint",
                     Scope = "scope",
                     TokenEndpoint = "tokenEndpoint",
                     UserInfoEndpoint = "userInfoEndpoint"
                 },
                 OidcOptions = new OidcOptionsProperty {
                     AuthorizationEndpoint = "authorizationEndpoint",
                     ClientId = "clientId",
                     ClientSecret = "clientSecret",
                     Issuer = "issuer",
                     Scope = "scope",
                     TokenEndpoint = "tokenEndpoint",
                     UserInfoEndpoint = "userInfoEndpoint"
                 },
                 PolicyReferenceName = "policyReferenceName",
                 SseSpecification = new SseSpecificationProperty {
                     CustomerManagedKeyEnabled = false,
                     KmsKeyArn = "kmsKeyArn"
                 },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TrustProviderType = "trustProviderType",
                 UserTrustProviderType = "userTrustProviderType"
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override IConstruct ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Returns

IConstruct

Overrides
Mixin.ApplyTo(IConstruct)
Remarks

When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccesstrustprovider.html

CloudformationResource: AWS::EC2::VerifiedAccessTrustProvider

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccesstrustprovider.html

CloudformationResource: AWS::EC2::VerifiedAccessTrustProvider

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX