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()
.publicSigningKeyUrl("publicSigningKeyUrl")
.tenantId("tenantId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVerifiedAccessTrustProvider.DeviceOptionsPropertystatic final classAn implementation forCfnVerifiedAccessTrustProvider.DeviceOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPublicSigningKeyUrl
The URL AWS Verified Access will use to verify the authenticity of the device tokens.- See Also:
-
getTenantId
The ID of the tenant application with the device-identity provider.- See Also:
-
builder
-