Show / Hide Table of Contents

Class CfnVerifiedAccessTrustProvider.DeviceOptionsProperty

Describes the options for an AWS Verified Access device-identity based trust provider.

Inheritance
System.Object
CfnVerifiedAccessTrustProvider.DeviceOptionsProperty
Implements
CfnVerifiedAccessTrustProvider.IDeviceOptionsProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class DeviceOptionsProperty : Object, CfnVerifiedAccessTrustProvider.IDeviceOptionsProperty
Syntax (vb)
Public Class DeviceOptionsProperty
    Inherits Object
    Implements CfnVerifiedAccessTrustProvider.IDeviceOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccesstrustprovider-deviceoptions.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.EC2;

var deviceOptionsProperty = new DeviceOptionsProperty {
    TenantId = "tenantId"
};

Synopsis

Constructors

DeviceOptionsProperty()

Properties

TenantId

The ID of the tenant application with the device-identity provider.

Constructors

DeviceOptionsProperty()

public DeviceOptionsProperty()

Properties

TenantId

The ID of the tenant application with the device-identity provider.

public string TenantId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccesstrustprovider-deviceoptions.html#cfn-ec2-verifiedaccesstrustprovider-deviceoptions-tenantid

Implements

CfnVerifiedAccessTrustProvider.IDeviceOptionsProperty
Back to top Generated by DocFX