ProviderArgs

constructor(accessKey: Output<String>? = null, allowedAccountIds: Output<List<String>>? = null, assumeRole: Output<ProviderAssumeRoleArgs>? = null, defaultTags: Output<ProviderDefaultTagsArgs>? = null, endpoints: Output<List<ProviderEndpointArgs>>? = null, forbiddenAccountIds: Output<List<String>>? = null, ignoreTags: Output<ProviderIgnoreTagsArgs>? = null, insecure: Output<Boolean>? = null, maxRetries: Output<Int>? = null, profile: Output<String>? = null, region: Output<String>? = null, roleArn: Output<String>? = null, s3ForcePathStyle: Output<Boolean>? = null, secretKey: Output<String>? = null, sharedCredentialsFile: Output<String>? = null, skipCredentialsValidation: Output<Boolean>? = null, skipGetEc2Platforms: Output<Boolean>? = null, skipMetadataApiCheck: Output<Boolean>? = null, skipRegionValidation: Output<Boolean>? = null, skipRequestingAccountId: Output<Boolean>? = null, token: Output<String>? = null)