AWSEC2CreateVerifiedAccessTrustProviderRequest
Objective-C
@interface AWSEC2CreateVerifiedAccessTrustProviderRequest
Swift
class AWSEC2CreateVerifiedAccessTrustProviderRequest
-
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring idempotency.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientToken;
Swift
var clientToken: String? { get set }
-
A description for the Verified Access trust provider.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The options for a device-based trust provider. This parameter is required when the provider type is
device
.Declaration
Objective-C
@property (nonatomic, strong) AWSEC2CreateVerifiedAccessTrustProviderDeviceOptions *_Nullable deviceOptions;
Swift
var deviceOptions: AWSEC2CreateVerifiedAccessTrustProviderDeviceOptions? { get set }
-
The type of device-based trust provider. This parameter is required when the provider type is
device
.Declaration
Objective-C
@property (nonatomic) AWSEC2DeviceTrustProviderType deviceTrustProviderType;
Swift
var deviceTrustProviderType: AWSEC2DeviceTrustProviderType { get set }
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when the provider type is
user
.Declaration
Objective-C
@property (nonatomic, strong) AWSEC2CreateVerifiedAccessTrustProviderOidcOptions *_Nullable oidcOptions;
Swift
var oidcOptions: AWSEC2CreateVerifiedAccessTrustProviderOidcOptions? { get set }
-
The identifier to be used when working with policy rules.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyReferenceName;
Swift
var policyReferenceName: String? { get set }
-
The options for server side encryption.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VerifiedAccessSseSpecificationRequest *_Nullable sseSpecification;
Swift
var sseSpecification: AWSEC2VerifiedAccessSseSpecificationRequest? { get set }
-
The tags to assign to the Verified Access trust provider.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TagSpecification *> *_Nullable tagSpecifications;
Swift
var tagSpecifications: [AWSEC2TagSpecification]? { get set }
-
The type of trust provider.
Declaration
Objective-C
@property (nonatomic) AWSEC2TrustProviderType trustProviderType;
Swift
var trustProviderType: AWSEC2TrustProviderType { get set }
-
The type of user-based trust provider. This parameter is required when the provider type is
user
.Declaration
Objective-C
@property (nonatomic) AWSEC2UserTrustProviderType userTrustProviderType;
Swift
var userTrustProviderType: AWSEC2UserTrustProviderType { get set }