Interface CfnVerifiedAccessTrustProvider.DeviceOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVerifiedAccessTrustProvider.DeviceOptionsProperty.Jsii$Proxy
Enclosing class:
CfnVerifiedAccessTrustProvider

@Stability(Stable) public static interface CfnVerifiedAccessTrustProvider.DeviceOptionsProperty extends software.amazon.jsii.JsiiSerializable
Describes the options for an AWS Verified Access device-identity based trust provider.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 DeviceOptionsProperty deviceOptionsProperty = DeviceOptionsProperty.builder()
         .tenantId("tenantId")
         .build();