Server Args
constructor(certificate: Output<String>? = null, domain: Output<ServerDomain>? = null, endpointDetails: Output<ServerEndpointDetailsArgs>? = null, endpointType: Output<ServerEndpointType>? = null, identityProviderDetails: Output<ServerIdentityProviderDetailsArgs>? = null, identityProviderType: Output<ServerIdentityProviderType>? = null, loggingRole: Output<String>? = null, postAuthenticationLoginBanner: Output<String>? = null, preAuthenticationLoginBanner: Output<String>? = null, protocolDetails: Output<ServerProtocolDetailsArgs>? = null, protocols: Output<List<ServerProtocol>>? = null, s3StorageOptions: Output<ServerS3StorageOptionsArgs>? = null, securityPolicyName: Output<String>? = null, structuredLogDestinations: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, workflowDetails: Output<ServerWorkflowDetailsArgs>? = null)